mbox series

[v4,0/3] fix i40e bug for flow filter

Message ID 20200429020353.20266-1-wei.zhao1@intel.com (mailing list archive)
Headers
Series fix i40e bug for flow filter |

Message

Zhao1, Wei April 29, 2020, 2:03 a.m. UTC
  fix i40e bug for flow filter and add comment in doc. 

v2:
add more comment in git log.

v3:
update git log.

v4:
update doc info.

Wei Zhao (3):
  net/i40e: fix FDIR issue for ARP packets
  doc: input set requirement of each pctype for FDIR
  net/i40e: remove teardown when flush FDIR filter

 doc/guides/nics/i40e.rst     | 7 +++++++
 drivers/net/i40e/i40e_flow.c | 5 -----
 2 files changed, 7 insertions(+), 5 deletions(-)
  

Comments

Xing, Beilei April 29, 2020, 3:05 a.m. UTC | #1
> -----Original Message-----
> From: Zhao1, Wei <wei.zhao1@intel.com>
> Sent: Wednesday, April 29, 2020 10:04 AM
> To: dev@dpdk.org
> Cc: stable@dpdk.org; Xing, Beilei <beilei.xing@intel.com>;
> maxime.leroy@6wind.com
> Subject: [PATCH v4 0/3] fix i40e bug for flow filter
> 
> fix i40e bug for flow filter and add comment in doc.
> 
> v2:
> add more comment in git log.
> 
> v3:
> update git log.
> 
> v4:
> update doc info.
> 
> Wei Zhao (3):
>   net/i40e: fix FDIR issue for ARP packets
>   doc: input set requirement of each pctype for FDIR
>   net/i40e: remove teardown when flush FDIR filter
> 
>  doc/guides/nics/i40e.rst     | 7 +++++++
>  drivers/net/i40e/i40e_flow.c | 5 -----
>  2 files changed, 7 insertions(+), 5 deletions(-)
> 
> --
> 2.19.1

Acked-by: Beilei Xing <beilei.xing@intel.com>
  
Xiaolong Ye April 29, 2020, 7:17 a.m. UTC | #2
On 04/29, Xing, Beilei wrote:
>
>
>> -----Original Message-----
>> From: Zhao1, Wei <wei.zhao1@intel.com>
>> Sent: Wednesday, April 29, 2020 10:04 AM
>> To: dev@dpdk.org
>> Cc: stable@dpdk.org; Xing, Beilei <beilei.xing@intel.com>;
>> maxime.leroy@6wind.com
>> Subject: [PATCH v4 0/3] fix i40e bug for flow filter
>> 
>> fix i40e bug for flow filter and add comment in doc.
>> 
>> v2:
>> add more comment in git log.
>> 
>> v3:
>> update git log.
>> 
>> v4:
>> update doc info.
>> 
>> Wei Zhao (3):
>>   net/i40e: fix FDIR issue for ARP packets
>>   doc: input set requirement of each pctype for FDIR
>>   net/i40e: remove teardown when flush FDIR filter
>> 
>>  doc/guides/nics/i40e.rst     | 7 +++++++
>>  drivers/net/i40e/i40e_flow.c | 5 -----
>>  2 files changed, 7 insertions(+), 5 deletions(-)
>> 
>> --
>> 2.19.1
>
>Acked-by: Beilei Xing <beilei.xing@intel.com>

Applied to dpdk-next-net-intel, Thanks.