Re: [PATCH net-next] cxgb4: Check alignment constraint for T6

2018-01-02 Thread David Miller
From: Ganesh Goudar Date: Fri, 29 Dec 2017 12:48:04 +0530 > Update the check for setting IPV4 filters and align filter_id > to multiple of 2, only for IPv6 filters in case of T6. > > Signed-off-by: Arjun Vynipadath > Signed-off-by: Ganesh Goudar Applied, thank you.

[PATCH net-next] cxgb4: Check alignment constraint for T6

2017-12-28 Thread Ganesh Goudar
Update the check for setting IPV4 filters and align filter_id to multiple of 2, only for IPv6 filters in case of T6. Signed-off-by: Arjun Vynipadath Signed-off-by: Ganesh Goudar --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c | 17 - 1 file changed, 12 insertions(+), 5 de