Re: [dpdk-dev] [PATCH 6/7] mbuf: introduce new Tx offload flag for MPLS-in-UDP

2017-06-07 Thread Mody, Rasesh
> From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Thursday, June 01, 2017 12:44 PM > > On 6/1/2017 7:59 PM, Patil, Harish wrote: > >> > > > >> On 5/28/2017 9:37 AM, Rasesh Mody wrote: > >>> From: Harish Patil > >>> > >>> Some PMDs need to know the tunnel type in order to handle advance

Re: [dpdk-dev] [PATCH 6/7] mbuf: introduce new Tx offload flag for MPLS-in-UDP

2017-06-01 Thread Ferruh Yigit
On 6/1/2017 7:59 PM, Patil, Harish wrote: >> > >> On 5/28/2017 9:37 AM, Rasesh Mody wrote: >>> From: Harish Patil >>> >>> Some PMDs need to know the tunnel type in order to handle advance TX >>> features. This patch adds a new TX offload flag for MPLS-in-UDP packets. >>> >>> Signed-off-by: Harish

Re: [dpdk-dev] [PATCH 6/7] mbuf: introduce new Tx offload flag for MPLS-in-UDP

2017-06-01 Thread Patil, Harish
> >On 5/28/2017 9:37 AM, Rasesh Mody wrote: >> From: Harish Patil >> >> Some PMDs need to know the tunnel type in order to handle advance TX >> features. This patch adds a new TX offload flag for MPLS-in-UDP packets. >> >> Signed-off-by: Harish Patil >> --- >> lib/librte_mbuf/rte_mbuf.c |

Re: [dpdk-dev] [PATCH 6/7] mbuf: introduce new Tx offload flag for MPLS-in-UDP

2017-05-30 Thread Ferruh Yigit
On 5/28/2017 9:37 AM, Rasesh Mody wrote: > From: Harish Patil > > Some PMDs need to know the tunnel type in order to handle advance TX > features. This patch adds a new TX offload flag for MPLS-in-UDP packets. > > Signed-off-by: Harish Patil > --- > lib/librte_mbuf/rte_mbuf.c |2 ++ > lib/

[dpdk-dev] [PATCH 6/7] mbuf: introduce new Tx offload flag for MPLS-in-UDP

2017-05-28 Thread Rasesh Mody
From: Harish Patil Some PMDs need to know the tunnel type in order to handle advance TX features. This patch adds a new TX offload flag for MPLS-in-UDP packets. Signed-off-by: Harish Patil --- lib/librte_mbuf/rte_mbuf.c |2 ++ lib/librte_mbuf/rte_mbuf.h | 17 ++--- 2 files ch