[dpdk-dev] [PATCH v4 07/12] librte_ether: extend flow director struct

2016-03-20 Thread Thomas Monjalon
2016-03-20 09:02, Wu, Jingjing: > From: Wu, Jingjing > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > > 2016-03-10 11:25, Jingjing Wu: > > > > This patch changed rte_eth_fdir_flow from union to struct to > > > > support more packets formats, for example, Vxlan and GRE tunnel > >

[dpdk-dev] [PATCH v4 07/12] librte_ether: extend flow director struct

2016-03-20 Thread Wu, Jingjing
> -Original Message- > From: Wu, Jingjing > Sent: Sunday, March 20, 2016 4:57 PM > To: 'Thomas Monjalon' > Cc: dev at dpdk.org; Richardson, Bruce > Subject: RE: [dpdk-dev] [PATCH v4 07/12] librte_ether: extend flow director > struct > > Hi, T

[dpdk-dev] [PATCH v4 07/12] librte_ether: extend flow director struct

2016-03-20 Thread Wu, Jingjing
Hi, Thomas > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Friday, March 18, 2016 7:44 PM > To: Wu, Jingjing > Cc: dev at dpdk.org; Richardson, Bruce > Subject: Re: [dpdk-dev] [PATCH v4 07/12] librte_ether: extend flow

[dpdk-dev] [PATCH v4 07/12] librte_ether: extend flow director struct

2016-03-18 Thread Thomas Monjalon
Hi Jingjing, 2016-03-10 11:25, Jingjing Wu: > This patch changed rte_eth_fdir_flow from union to struct to > support more packets formats, for example, Vxlan and GRE tunnel > packets with IP inner frame. I think we need a lot more explanations about how it should work. >From this point we should

[dpdk-dev] [PATCH v4 07/12] librte_ether: extend flow director struct

2016-03-10 Thread Jingjing Wu
This patch changed rte_eth_fdir_flow from union to struct to support more packets formats, for example, Vxlan and GRE tunnel packets with IP inner frame. This patch also add new RTE_FDIR_TUNNEL_TYPE_GRE enum. Signed-off-by: Jingjing Wu Acked-by: Helin Zhang --- doc/guides/rel_notes/deprecation