[dpdk-dev] VLAN tx insert offload in I350

2016-09-23 Thread Shyam Sundar Govindaraj
Hi Has anyone tried VLAN tx insert offload in I350 nic.? It doesn't seem to be working. 03:00.0 Ethernet controller [0200]: Intel Corporation I350 Gigabit Network Connection [8086:1521] (rev 01) 0b:00.0 Ethernet controller [0200]: Intel Corporation I350 Gigabit Network Connection [8086:1521]

[dpdk-dev] LPM6 next hop size

2016-09-19 Thread Shyam Sundar Govindaraj
Hi In IPv4 lpm implementation, the next hop size is increased from 8-bit to 24-bit. Is there a plan to increase IPv6 lpm next hop size? Also, next hop size in this document needs to be updated, since it is not 1 byte anymore. http://dpdk.org/doc/guides/prog_guide/lpm_lib.html Thanks Shyam

[dpdk-dev] VLAN filter functionality in VMXNET3

2015-06-07 Thread Shyam Sundar Govindaraj
Hi Can you please let me know how long will it take to add support for VLAN filter functionality in VMXNET3 interface. I found some patch related to it in this link. http://dpdk.org/dev/patchwork/patch/3887/ Thanks Shyam

[dpdk-dev] DPDK LPM table thread safety

2015-05-21 Thread Shyam Sundar Govindaraj
Hi I am interested in DPDK LPM implementation. I understand the high performance of this LPM table but, when it comes to multithreaded application, I read the following safety issue in DPDK documentation. I understand that multithread read and multithread write are not possible without lockin

[dpdk-dev] CROSS_COMPILATION with custom toolchain

2015-04-07 Thread Shyam Sundar Govindaraj
Hi I am trying to build DPDK-2.0 with custom toolchain (binutils 2.24 , gcc 4.8.2 , glibc 2.19, linux-3.13-header). With CROSS variable properly set , even though DPDK is picking the right gcc from toolchain ,it ends up with below error since the libraries are taken from the build system and

[dpdk-dev] rte_eth_add_mc_addr not in dpdk-1.7.1

2014-11-11 Thread Shyam Sundar Govindaraj
Hi The below function is available in dpdk-1.6.0r1 but not in dpdk-1.7.1. Please let me know if there is any alternative function available for this in dpdk-1.7.1? lib/librte_ether/rte_ethdev.c:858:rte_eth_add_mc_addr(uint8_t port_id, uint8_t *mac_addr[], uint32_t mc_addr_cnt) lib/librte_ether