Linaro Git Browser
Code Review
Sign In
review.linaro.org
/
lng
/
odp-ovs.git
/
HEAD
ad9046a
acinclude: repurpose --with-odp-platform to find the library
by Zoltan Kiss
· 9 years ago
odp-v3
b3388dd
acinclude: remove duplicate check for library
by Zoltan Kiss
· 9 years ago
9c9bc87
acinlcude: remove DPDK specific configure parts
by Zoltan Kiss
· 9 years ago
821f065
netdev-odp: use odp_packet_copy_from_mem()
by Zoltan Kiss
· 9 years ago
098e814
netdev-odp: use new init API
by Zoltan Kiss
· 9 years ago
b8ae173
netdev-odp: handle MAC address get and set
by Zoltan Kiss
· 9 years ago
8f98714
netdev-odp: prefetch packet header immediately
by Zoltan Kiss
· 10 years ago
ODP_1.8
0af1aff
dpif-netdev: move header prefetch earlier into the receive function
by Zoltan Kiss
· 10 years ago
6bf0faf
netdev-odp: remove use of odp_pktio_inq_getdef()
by Zoltan Kiss
· 9 years ago
9e31875
netdev-odp: implement statistics reading
by Zoltan Kiss
· 9 years ago
f9afefe
dp-packet: compact struct dp_packet
by Zoltan Kiss
· 9 years ago
c17c35c
netdev-odp: configure single queue and enable hash
by Zoltan Kiss
· 9 years ago
5db1bc9
netdev-odp: fix log level type
by Zoltan Kiss
· 9 years ago
dafc916
netdev-odp: use direct mode for pktio
by Zoltan Kiss
· 9 years ago
d6a65ae
netdev-odp: fix platform init type
by Zoltan Kiss
· 9 years ago
412f029
acinclude: fix build for OVS-DPDK
by Zoltan Kiss
· 9 years ago
7959135
acinclude: fix configure output
by Zoltan Kiss
· 9 years ago
dc9ce35
dpif-netdev: update to ODP API 1.5
by Zoltan Kiss
· 10 years ago
1b38b79
odp: pass platform params through odp_global_init()
by Zoltan Kiss
· 10 years ago
a6f58a3
netdev-odp: refactor error handling in netdev_odp_construct and fix memory leak
by Zoltan Kiss
· 10 years ago
bb4f132
netdev-odp: use MTU for max_frame_len
by Zoltan Kiss
· 10 years ago
983a1ab
revalidator: fix segfault with other_config:odp=false
by Ilya Maximets
· 10 years ago
bceed01
netdev-odp: dp-packet: tunneling optimization
by Ilya Maximets
· 10 years ago
298bcd4
netdev-odp: dp-packet: implement dp_packet_set_{data,size}()
by Ilya Maximets
· 10 years ago
96565b8
netdev-odp: print out the platform's errno after receive error
by Zoltan Kiss
· 10 years ago
7204f35
netdev-odp: use pktio start and stop functions
by Zoltan Kiss
· 10 years ago
fa858c6
netdev-odp: change from global pool to per-pktio pool
by Ciprian Barbu
· 10 years ago
d49e0af
netdev-odp: clone_pkts: remove redundant code
by Ilya Maximets
· 10 years ago
56b17bf
acinclude: change linux-dpdk platform configuration
by Zoltan Kiss
· 10 years ago
9a2ba66
acinclude: don't reset LIBS and fix LDFLAGS
by Zoltan Kiss
· 10 years ago
70ab637
INSTALL.ODP: update configure manual
by Zoltan Kiss
· 10 years ago
cdb81c9
revalidator: call odp_{init, term}_local() for threads
by Ilya Maximets
· 10 years ago
bac3aa8
dp-packet: implement flow hash access for ODP
by Zoltan Kiss
· 10 years ago
b2c7760
netdev-odp: prefetch user area
by Zoltan Kiss
· 10 years ago
04581f3
dpif-netdev: call odp_term_local before pmd thread termination
by Ilya Maximets
· 10 years ago
99a469c
dp-packet: fix wrong initialization sequence
by Nikita Kalyazin
· 10 years ago
e341026
netdev-odp: refactor returned values
by Zoltan Kiss
· 10 years ago
4d7437b
netdev-odp: update to ODP API 1.3
by Zoltan Kiss
· 10 years ago
8a9ffc6
INSTALL.ODP: change how CFLAGS passed to Debian build
by Zoltan Kiss
· 10 years ago
f73e2c5
Port 74ff3298 "userspace: Define and use struct eth_addr."
by Zoltan Kiss
· 10 years ago
9f85807
netdev-odp: fix using uninitialized rss_hash
by Ilya Maximets
· 10 years ago
25482c1
dp-packet: assert when allocated space touched for ODP packets
by Zoltan Kiss
· 10 years ago
91ba9ca
acinclude: link with new DPDK library name
by Zoltan Kiss
· 10 years ago
661d983
dpif-netdev: add odp_time_cycles() support
by Santosh Shukla
· 10 years ago
197c62e
netdev: fix compilation without ODP
by Zoltan Kiss
· 10 years ago
83e65b6
netdev-odp: fix pmd_thread_setaffinity_cpu()
by Zoltan Kiss
· 10 years ago
e543c14
dp-packet: simplify dp_packet_init_odp()
by Zoltan Kiss
· 10 years ago
611b31e
netdev-odp: remove stats counting from hot path
by Zoltan Kiss
· 10 years ago
705e95d
dp-packet: implement dp_packet_base()
by Zoltan Kiss
· 10 years ago
567fe6d
dp-packet: change to ovs_assert() in accessors
by Zoltan Kiss
· 10 years ago
6be57fd
INSTALL.ODP: warn about compiler optimization settings
by Zoltan Kiss
· 10 years ago
1a1a73d
style: fixed indents and space at EOL
by Ilya Maximets
· 10 years ago
8e6f0aa
netdev-odp: release unsent packets
by Ilya Maximets
· 10 years ago
8bf954f
netdev-odp: fix comments
by Ilya Maximets
· 10 years ago
ea16e72
Update to latest ODP API 1.2.0.0
by Zoltan Kiss
· 10 years ago
742686e
INSTALL.ODP: don't block ovs-vsctl
by Zoltan Kiss
· 10 years ago
e1bb8ca
netdev-odp: abort if odp fails to initialize
by Ciprian Barbu
· 10 years ago
3b67509
dpif-netdev: add support for graceful termination api
by Santosh Shukla
· 10 years ago
6ec4fce
netdev: affinity fix for ovs-odp
by Marko Kallio
· 10 years ago
8d6f7bf
netdev-odp: implemenet odp_override_log
by Zoltan Kiss
· 10 years ago
d4b45da
vlog: add vlog_rate_limit_valist
by Zoltan Kiss
· 11 years ago
0abebd5
ovs-numa: workaround missing numa support for pmd netdevs
by Ciprian Barbu
· 11 years ago
24cddc1
netdev-odp: fix pmd threads reinitializing
by Ciprian Barbu
· 11 years ago
2c1741e
netdev-odp: add get_numa_id
by Ciprian Barbu
· 11 years ago
e1118a6
dp_packet: init the buffer source before any other operations
by Ciprian Barbu
· 11 years ago
49dcf64
INSTALL.ODP: Add info about Debian packaging
by Zoltan Kiss
· 11 years ago
d09c1ef
utilities: Add option to start with ODP
by Ciprian Barbu
· 11 years ago
050a738
dpif-netdev: Add ODP netdev
by Ciprian Barbu
· 11 years ago
9a82ad0
Config options for building with ODP
by Ciprian Barbu
· 11 years ago
a1f967e
dp_packet: Added DPBUF_ODP type.
by Ciprian Barbu
· 11 years ago
a422ea1
datapath-windows: STT - Enable support for TCP Segmentation offloads
by Sairam Venugopal
· 10 years ago
master
cab433d
datapath-windows: STT - Add support for TCP Segmentation Offload
by Sairam Venugopal
· 10 years ago
9a80ee1
datapath-windows: Move OvsAllocateNBLFromBuffer to BufferMgmt
by Sairam Venugopal
· 10 years ago
481c5a6
Revert "datapath-windows: Support attribute OVS_KEY_ATTR_TCP_FLAGS"
by Alin Serdean
· 10 years ago
2a33a3c
tests: Enable debugging in pyftpdlib.
by Jarno Rajahalme
· 10 years ago
121cf32
odp-util: Fix CT action formating.
by Jarno Rajahalme
· 10 years ago
a26b202
datapath-windows: Support attribute OVS_KEY_ATTR_TCP_FLAGS
by Alin Gabriel Serdean
· 10 years ago
2979b91
bfd: always export remote_state and remote_diagnostic to OVSDB
by Andy Zhou
· 10 years ago
67794d5
ofproto-dpif-xlate: Fix small typo.
by Justin Pettit
· 10 years ago
241d962
ovn-nbctl: Fix memory leak in option processing.
by Justin Pettit
· 10 years ago
d2730f4
test-ovn: Fix memory leak in option processing.
by Justin Pettit
· 10 years ago
fcd4808
ovsdb: Fix outdated comment for function description.
by Justin Pettit
· 10 years ago
a7ca280
ovsdb: Destroy allocated hmap.
by Justin Pettit
· 10 years ago
d557df9
ovsdb-server: Destroy allocated shash.
by Justin Pettit
· 10 years ago
cc1f521
tnl-ports: Free "ip_dev" on error.
by Justin Pettit
· 10 years ago
df837d7
vtep-ctl: Exit if database connection fails.
by Daniele Di Proietto
· 10 years ago
abcec84
ovn-northd: Fix memory leak in ARP reply flows.
by Justin Pettit
· 10 years ago
e04f7e4
netdev-dpdk: Clean-up after vHost User port delete
by Ciara Loftus
· 10 years ago
3cdb27d
netdev-dpdk: Fix comment about vhost cuse/user vswitchd arguments
by Ciara Loftus
· 10 years ago
e2229be
ovn-northd: Fix memory leak in logical router flow generation.
by Justin Pettit
· 10 years ago
f3e4015
datapath-windows: fix NULL check in OvsGetExtInfoIoctl()
by Nithin Raju
· 10 years ago
6bb4a18
ovn: Reduce range of ACL priorities.
by Justin Pettit
· 10 years ago
5f8c05a
ovs-ofctl: Fix OpenFlow versions with '--bundle'
by Jarno Rajahalme
· 10 years ago
4b69263
ovs-ofctl: Fix replace-flows.
by Jarno Rajahalme
· 10 years ago
86e9804
ovn: Support multiple router ports per logical switch.
by Ben Pfaff
· 10 years ago
e3393e3
ovn: Add test for logical router ARP replies.
by Ben Pfaff
· 10 years ago
0b7da17
physical: Fix implementation of logical patch ports.
by Ben Pfaff
· 10 years ago
b497083
ovn: Implement the ability to send a packet back out its input port.
by Ben Pfaff
· 10 years ago
667e2b0
logical-fields: New header for logical field assignments.
by Ben Pfaff
· 10 years ago
a6755d5
packets: Make ip_parse_masked() pickier about formatting.
by Ben Pfaff
· 10 years ago
Next »