Re: [PATCH net] cxgb4: fix all-mask IP address comparison

2020-07-08 Thread David Miller
From: Rahul Lakkireddy Date: Thu, 9 Jul 2020 03:14:27 +0530 > Convert all-mask IP address to Big Endian, instead, for comparison. > > Fixes: f286dd8eaad5 ("cxgb4: use correct type for all-mask IP address > comparison") > Signed-off-by: Rahul Lakkireddy Applied.

[PATCH net] cxgb4: fix all-mask IP address comparison

2020-07-08 Thread Rahul Lakkireddy
Convert all-mask IP address to Big Endian, instead, for comparison. Fixes: f286dd8eaad5 ("cxgb4: use correct type for all-mask IP address comparison") Signed-off-by: Rahul Lakkireddy --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_filter.c | 10 +- 1 file changed, 5 insertions(+), 5 deleti