Re: [dpdk-dev] [PATCH v5] doc: document NIC features

2017-08-01 Thread Ferruh Yigit
On 7/26/2017 6:08 AM, Shreyansh Jain wrote: > Hello Ferruh, > > Some trivial comments inline. Hi Shreyansh, Thank you for the review, I will send a new version. Thanks, ferruh > > On Thursday 20 July 2017 02:53 PM, Ferruh Yigit wrote: >> Document NIC features, add more information about them

Re: [dpdk-dev] [PATCH v5] doc: document NIC features

2017-07-25 Thread Shreyansh Jain
Hello Ferruh, Some trivial comments inline. On Thursday 20 July 2017 02:53 PM, Ferruh Yigit wrote: Document NIC features, add more information about them and add more implementation related support. Signed-off-by: Ferruh Yigit Signed-off-by: John McNamara Reviewed-by: Andrew Rybchenko --- C

[dpdk-dev] [PATCH v5] doc: document NIC features

2017-07-20 Thread Ferruh Yigit
Document NIC features, add more information about them and add more implementation related support. Signed-off-by: Ferruh Yigit Signed-off-by: John McNamara Reviewed-by: Andrew Rybchenko --- Cc: Olivier Matz v5: * Add flow_type_rss_offloads and RTE_PMD_REGISTER_KMOD_DEP v4: * Apply review co