linux/drivers/net/ethernet/chelsio/libcxgb
Varun Prakash cc5a726c79 libcxgb: fix incorrect ppmax calculation
BITS_TO_LONGS() uses DIV_ROUND_UP() because of
this ppmax value can be greater than available
per cpu page pods.

This patch removes BITS_TO_LONGS() to fix this
issue.

Signed-off-by: Varun Prakash <varun@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-04-04 17:40:26 -07:00
..
libcxgb_cm.c
libcxgb_cm.h libcxgb,cxgb4: use __skb_put_zero to simplfy code 2018-04-30 11:53:48 -04:00
libcxgb_ppm.c libcxgb: fix incorrect ppmax calculation 2019-04-04 17:40:26 -07:00
libcxgb_ppm.h
Makefile