[dpdk-dev] [PATCH v3 1/3] ethdev: extend struct to support flow director in VFs

2015-11-02 Thread Wu, Jingjing
> > Oh! > From the VM, using > rte_eth_dev_filter_ctrl(port_id, filter_type, filter_op, arg) > it can be deduced from the VF device, no? > Is the use case to define a VF flow director outside of the VM? Yes, if VM can configure through rte_eth_dev_filter_ctrl, it will be better. But flow

[dpdk-dev] [PATCH v3 1/3] ethdev: extend struct to support flow director in VFs

2015-11-01 Thread Thomas Monjalon
2015-11-01 14:33, Wu, Jingjing: > Hi, Thomas > > > > -Original Message- > > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > Sent: Sunday, November 1, 2015 10:28 PM > > To: Wu, Jingjing > > Cc: dev at dpdk.org > > Subject:

[dpdk-dev] [PATCH v3 1/3] ethdev: extend struct to support flow director in VFs

2015-11-01 Thread Thomas Monjalon
2015-11-01 00:24, Jingjing Wu: > This patch extends struct rte_eth_fdir_flow_ext to support flow > director in VFs. [...] > --- a/lib/librte_ether/rte_eth_ctrl.h > +++ b/lib/librte_ether/rte_eth_ctrl.h > @@ -426,6 +426,8 @@ struct rte_eth_fdir_flow_ext { > uint16_t vlan_tci; > uint8_t

[dpdk-dev] [PATCH v3 1/3] ethdev: extend struct to support flow director in VFs

2015-11-01 Thread Wu, Jingjing
Hi, Thomas > -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Sunday, November 1, 2015 10:28 PM > To: Wu, Jingjing > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3 1/3] ethdev: extend struct to support flow > directo

[dpdk-dev] [PATCH v3 1/3] ethdev: extend struct to support flow director in VFs

2015-11-01 Thread Jingjing Wu
This patch extends struct rte_eth_fdir_flow_ext to support flow director in VFs. Signed-off-by: Jingjing Wu --- doc/guides/rel_notes/deprecation.rst | 4 doc/guides/rel_notes/release_2_2.rst | 3 +++ lib/librte_ether/rte_eth_ctrl.h | 2 ++ 3 files changed, 5 insertions(+), 4