Return an error if user requested skip-sw and the underlaying
hardware cannot handle tc offloads (or offloads are disabled).
This patch fixes the knode handling.
Signed-off-by: Jakub Kicinski
---
net/sched/cls_u32.c | 37 +++--
1 file changed, 19 insertions(+), 18
On 6/6/2016 8:16 AM, Jakub Kicinski wrote:
Return an error if user requested skip-sw and the underlaying
hardware cannot handle tc offloads (or offloads are disabled).
Signed-off-by: Jakub Kicinski
looks good. I think we need similar checks in u32_replace_hw_knode() too.
---
net/sched/
Return an error if user requested skip-sw and the underlaying
hardware cannot handle tc offloads (or offloads are disabled).
Signed-off-by: Jakub Kicinski
---
net/sched/cls_u32.c | 21 +++--
1 file changed, 11 insertions(+), 10 deletions(-)
diff --git a/net/sched/cls_u32.c b/net