Re: [dpdk-dev] [PATCH v3] net/ice: fix LLDP forward

2019-07-29 Thread Zhang, Qi Z
> -Original Message- > From: Wang, Ying A > Sent: Monday, July 29, 2019 4:42 AM > To: Zhang, Qi Z > Cc: dev@dpdk.org; Ye, Xiaolong ; Yang, Qiming > ; Wang, Ying A ; > sta...@dpdk.org > Subject: [PATCH v3] net/ice: fix LLDP forward > > The patch fix the issue that lldp packet can't be f

[dpdk-dev] [PATCH v3] net/ice: fix LLDP forward

2019-07-28 Thread Wang Ying A
The patch fix the issue that lldp packet can't be forwarded to host. Fixes: 59d151de6673 ("net/ice: stop LLDP by default") Cc: sta...@dpdk.org Signed-off-by: Wang Ying A --- --- V2: Remove redundant macro definiton and rewrite ice_vsi_config_sw_lldp function. v3: Fix improper memory free iss