[dpdk-dev] [PATCH] doc: add more tested platforms and nics and OSes

2016-11-12 Thread Thomas Monjalon
> > Add more tested platforms and nics and OSes to the release notes. > > > > Signed-off-by: Yulong Pei > > Acked-by: John McNamara Applied, thanks

[dpdk-dev] [PATCH v2] doc: add known issue on QAT PMD into release notes

2016-11-12 Thread Thomas Monjalon
> > Issue is with the digest appended feature on QAT PMD. > > A workaround is also documented. > > > > Signed-off-by: Fiona Trahe > > Acked-by: John McNamara > Acked-by: John Griffin Applied, thanks

[dpdk-dev] [PATCH] pdump: fix log message to display correct error number

2016-11-12 Thread Thomas Monjalon
> > The ethdev Rx/Tx remove callback apis doesn't set rte_errno during > > failures, instead they just return negative error number, so using > > that number in logs instead of rte_errno upon Rx and Tx callback > > removal failures. > > > > Fixes: 278f9454 ("pdump: add new library for packet

[dpdk-dev] [PATCH] app/test: fix crash of lpm test

2016-11-12 Thread Thomas Monjalon
> > The test recently added accesses to lpm->tbl8[ip >> 8] with is much larger > > than > > the size of the table, causing a crash of the test application. > > > > Fix this typo by replacing tbl8 by tbl24. > > > > Fixes: 231fa88ed522 ("app/test: verify LPM tbl8 recycle") > > > > Signed-off-by:

[dpdk-dev] [PATCH v2] mempool: Free memzone if mempool populate phys fails

2016-11-12 Thread Thomas Monjalon
> > This patch fixes the issue of memzone not being freed incase the > > rte_mempool_populate_phys fails in the rte_mempool_populate_default > > > > This issue was identified when testing with OVS ~2.6 > > - configure the system with low memory (e.g. < 500 MB) > > - add bridge and dpdk interfaces

[dpdk-dev] [PATCH v2] net/qede: fix unknown speed errmsg for 25G link

2016-11-12 Thread Thomas Monjalon
2016-11-11 09:41, Harish Patil: > - Fix to use bitmapped values in NVM configuration for speed capability > advertisement. This issue is specific to 25G NIC since it is capable > of 25G and 10G speeds. > > - Update feature list. > > Fixes: 64c239b7f8b7 ("net/qede: fix advertising link speed

[dpdk-dev] [PATCH] improve git diff

2016-11-12 Thread Thomas Monjalon
2016-11-11 17:28, Ferruh Yigit: > On 11/11/2016 4:21 PM, Thomas Monjalon wrote: > > 2016-11-11 11:22, Ferruh Yigit: > >> On 11/9/2016 3:44 PM, Thomas Monjalon wrote: > >>> Sometimes git does not print the name of the function being changed > >>> after @@. It happens especially after a goto label

[dpdk-dev] Clarification for eth_driver changes

2016-11-12 Thread Shreyansh Jain
Hello Ferruh, (Please ignore if line wrappings are not correct. Using a possibly unconfigured mail client). > -Original Message- > From: Ferruh Yigit [mailto:ferruh.yigit at intel.com] > Sent: Saturday, November 12, 2016 12:46 AM > To: Shreyansh Jain ; David Marchand > > Cc: dev at

[dpdk-dev] reassembly app doesn't send pkt

2016-11-12 Thread Victor Detoni
Hi, When I test ip_reassembly app on vmxnet3 nic works fine, but when I change to the nics 82599ES 10-Gigabit SFI/SFP+, it stop to send the packet "reassembled" on tx nic. when I remove the code bellow on rte_ipv4_reassembly.c source code, it sends pkt but truncated.