[dpdk-dev] [PATCH 2/4] i40e: split function for input set change of hash and fdir

2016-01-26 Thread Wu, Jingjing
> > > > Thanks for your comments. You are correct, I removed the > > I40E_INSET_FLEX_PAYLOAD from valid fdir input set values, and this is > > one reason why I splited function for input set change of hash and and > > it is because all flex payload configuration can be set in struct > > rte_fdir_c

[dpdk-dev] [PATCH 2/4] i40e: split function for input set change of hash and fdir

2016-01-21 Thread Chilikin, Andrey
Hi Jingjing, > -Original Message- > From: Wu, Jingjing > Sent: Thursday, January 21, 2016 1:29 AM > To: Chilikin, Andrey; dev at dpdk.org > Cc: Zhang, Helin; Pei, Yulong; Ananyev, Konstantin > Subject: RE: [PATCH 2/4] i40e: split function for input set change of hash and > fdir > > Hi, An

[dpdk-dev] [PATCH 2/4] i40e: split function for input set change of hash and fdir

2016-01-21 Thread Wu, Jingjing
Hi, Andrey Thanks for your comments. You are correct, I removed the I40E_INSET_FLEX_PAYLOAD from valid fdir input set values, and this is one reason why I splited function for input set change of hash and and it is because all flex payload configuration can be set in struct rte_fdir_conf during d

[dpdk-dev] [PATCH 2/4] i40e: split function for input set change of hash and fdir

2016-01-20 Thread Chilikin, Andrey
Hi Jingjing, As I can see this patch not only splits fdir functionality from common fdir/hash code but also removes compatibility with DPDK 2.2 as it deletes I40E_INSET_FLEX_PAYLOAD from valid fdir input set values. Yes, flexible payload configuration can be set for fdir separately at the port

[dpdk-dev] [PATCH 2/4] i40e: split function for input set change of hash and fdir

2015-12-25 Thread Jingjing Wu
This patch splited function for input set change of hash and fdir, and added a new function to set the input set to default when initialization. Signed-off-by: Jingjing Wu --- drivers/net/i40e/i40e_ethdev.c | 330 + drivers/net/i40e/i40e_ethdev.h | 11 +-