Re: [dpdk-dev] [PATCH] net/ice: fix item number when pattern has ETH

2019-07-15 Thread Zhang, Qi Z
> -Original Message- > From: Zhao1, Wei > Sent: Monday, July 15, 2019 5:03 PM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Zhao1, Wei > Subject: [PATCH] net/ice: fix item number when pattern has ETH > > When pattern has ETH, maybe it will contain MAC and ethertype two kinds of > lookup param

[dpdk-dev] [PATCH] net/ice: fix item number when pattern has ETH

2019-07-15 Thread Wei Zhao
When pattern has ETH, maybe it will contain MAC and ethertype two kinds of lookup parameters, so add more item number for memory malloc. Signed-off-by: wei zhao --- drivers/net/ice/ice_switch_filter.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/net/ice/ice_switch_filter.c b/dr