Re: [dpdk-dev] [RFC] ethdev: add GRE optional fields to flow API

2019-05-15 Thread Jack Min
On Tue, 19-05-14, 08:25, Stephen Hemminger wrote: > On Tue, 14 May 2019 10:18:29 +0300 > Xiaoyu Min wrote: > > > Add GRE's checksum, key, and sequence field to the > > struct rte_flow_item_gre in order to match. > > > > Signed-off-by: Xiaoyu Min > > --- > > lib/librte_ethdev/rte_flow.h | 4 +++

Re: [dpdk-dev] [RFC] ethdev: add GRE optional fields to flow API

2019-05-15 Thread Jack Min
On Tue, 19-05-14, 11:00, Adrien Mazarguil wrote: > On Tue, May 14, 2019 at 10:34:22AM +0300, Andrew Rybchenko wrote: > > On 5/14/19 10:18 AM, Xiaoyu Min wrote: > > > Add GRE's checksum, key, and sequence field to the > > > struct rte_flow_item_gre in order to match. > > > > > > Signed-off-by: Xiao

Re: [dpdk-dev] [RFC] ethdev: add GRE optional fields to flow API

2019-05-14 Thread Stephen Hemminger
On Tue, 14 May 2019 10:18:29 +0300 Xiaoyu Min wrote: > Add GRE's checksum, key, and sequence field to the > struct rte_flow_item_gre in order to match. > > Signed-off-by: Xiaoyu Min > --- > lib/librte_ethdev/rte_flow.h | 4 > 1 file changed, 4 insertions(+) > > diff --git a/lib/librte_et

Re: [dpdk-dev] [RFC] ethdev: add GRE optional fields to flow API

2019-05-14 Thread Adrien Mazarguil
On Tue, May 14, 2019 at 10:34:22AM +0300, Andrew Rybchenko wrote: > On 5/14/19 10:18 AM, Xiaoyu Min wrote: > > Add GRE's checksum, key, and sequence field to the > > struct rte_flow_item_gre in order to match. > > > > Signed-off-by: Xiaoyu Min > > --- > > lib/librte_ethdev/rte_flow.h | 4 >

Re: [dpdk-dev] [RFC] ethdev: add GRE optional fields to flow API

2019-05-14 Thread Andrew Rybchenko
On 5/14/19 10:18 AM, Xiaoyu Min wrote: Add GRE's checksum, key, and sequence field to the struct rte_flow_item_gre in order to match. Signed-off-by: Xiaoyu Min --- lib/librte_ethdev/rte_flow.h | 4 1 file changed, 4 insertions(+) diff --git a/lib/librte_ethdev/rte_flow.h b/lib/librte_e

[dpdk-dev] [RFC] ethdev: add GRE optional fields to flow API

2019-05-14 Thread Xiaoyu Min
Add GRE's checksum, key, and sequence field to the struct rte_flow_item_gre in order to match. Signed-off-by: Xiaoyu Min --- lib/librte_ethdev/rte_flow.h | 4 1 file changed, 4 insertions(+) diff --git a/lib/librte_ethdev/rte_flow.h b/lib/librte_ethdev/rte_flow.h index 63f84fca65..fb04af32