[dpdk-dev] [PATCH v3] net/ice: faster bit check

2019-02-15 Thread Paul M Stillwell Jr
From: Jesse Brandeburg Implement a slightly faster bit check, used for checking descriptors in the hot path. Signed-off-by: Jesse Brandeburg Signed-off-by: Paul M Stillwell Jr --- v3: really fix checkpatch issues v2: fixed checkpatch issues --- drivers/net/ice/ice_rxtx.c | 11 +-- 1

[dpdk-dev] [PATCH v2] net/ice: faster bit check

2019-02-15 Thread Paul M Stillwell Jr
From: Jesse Brandeburg Implement a slightly faster bit check, used for checking descriptors in the hot path. Signed-off-by: Jesse Brandeburg Signed-off-by: Paul M Stillwell Jr --- v2: fixed checkpatch issues --- drivers/net/ice/ice_rxtx.c | 15 +++ 1 file changed, 7 insertions

[dpdk-dev] [PATCH 1/1] net/ice: faster bit check

2019-02-15 Thread Paul M Stillwell Jr
From: Jesse Brandeburg Implement a slightly faster bit check, used for checking descriptors in the hot path. Signed-off-by: Jesse Brandeburg Signed-off-by: Paul M Stillwell Jr --- drivers/net/ice/ice_rxtx.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a