[dpdk-dev] [PATCH v2 02/20] mbuf: enhance the API documentation of offload flags

2015-02-11 Thread Olivier MATZ
Hi Jijiang, On 02/11/2015 08:15 AM, Liu, Jijiang wrote: >>> diff --git a/app/test-pmd/csumonly.c b/app/test-pmd/csumonly.c index >>> 41711fd..4b438d1 100644 >>> --- a/app/test-pmd/csumonly.c >>> +++ b/app/test-pmd/csumonly.c >>> @@ -183,16 +183,15 @@ process_inner_cksums(void *l3_hdr, uint16_t

[dpdk-dev] [PATCH v2 02/20] mbuf: enhance the API documentation of offload flags

2015-02-11 Thread Liu, Jijiang
Hi Olivier, > -Original Message- > From: Zhang, Helin > Sent: Tuesday, February 10, 2015 1:39 PM > To: Olivier Matz; dev at dpdk.org > Cc: Ananyev, Konstantin; Liu, Jijiang > Subject: RE: [PATCH v2 02/20] mbuf: enhance the API documentation of offload > flags > > > > > -Original

[dpdk-dev] [PATCH v2 02/20] mbuf: enhance the API documentation of offload flags

2015-02-10 Thread Olivier MATZ
Hi Helin, On 02/10/2015 06:38 AM, Zhang, Helin wrote: >> -/** Packet is IPv4 without requiring IP checksum offload. */ >> +/** >> + * Packet is IPv4. This flag must be set when using any offload feature >> + * (TSO, L3 or L4 checksum) to tell the NIC that the packet is an IPv4 >> + * packet. >> +

[dpdk-dev] [PATCH v2 02/20] mbuf: enhance the API documentation of offload flags

2015-02-10 Thread Zhang, Helin
> -Original Message- > From: Olivier Matz [mailto:olivier.matz at 6wind.com] > Sent: Wednesday, February 4, 2015 5:25 PM > To: dev at dpdk.org > Cc: Ananyev, Konstantin; Liu, Jijiang; Zhang, Helin; olivier.matz at 6wind.com > Subject: [PATCH v2 02/20] mbuf: enhance the API documentation

[dpdk-dev] [PATCH v2 02/20] mbuf: enhance the API documentation of offload flags

2015-02-04 Thread Olivier Matz
Based on http://dpdk.org/ml/archives/dev/2015-January/011127.html Also adapt the csum forward engine code to the API. Signed-off-by: Olivier Matz --- app/test-pmd/csumonly.c| 6 +++--- lib/librte_mbuf/rte_mbuf.h | 43 --- 2 files changed, 39