[PATCH 1/1 V2] tc: custom qdisc pkt size translation table

2017-07-04 Thread McCabe, Robert J
-> 511 : 600 512-> 1023 : 1200 1024 -> 1535 : 1800 1536 -> 2047 : 2400 2048 -> 2559 : 3000 Signed-off-by: McCabe, Robert J <robert.mcc...@rockwellcollins.com> --- V1: Sent t

[PATCH 1/1] net sched: Added the TC_LINKLAYER_CUSTOM linklayer type

2017-07-03 Thread McCabe, Robert J
This is to support user-space modification of the qdisc stab. Signed-off-by: McCabe, Robert J <robert.mcc...@rockwellcollins.com> --- include/uapi/linux/pkt_sched.h | 1 + net/sched/sch_api.c| 2 ++ 2 files changed, 3 insertions(+) diff --git a/include/uapi/linux/pkt_sch

[PATCH 1/1] tc: custom qdisc pkt size translation table

2017-07-03 Thread McCabe, Robert J
-> 511 : 600 512-> 1023 : 1200 1024 -> 1535 : 1800 1536 -> 2047 : 2400 2048 -> 2559 : 3000 blah Signed-off-by: McCabe, Robert J <robert.mcc...@rockwellcollins.com> --- in

Re: [net] virtio-net: serialize tx routine during reset

2017-06-27 Thread McCabe, Robert J
Acked-by: Robert McCabe

[PATCH 1/1] tc: custom qdisc pkt size translation table

2017-06-27 Thread McCabe, Robert J
56 - 511: 800 512 - 767: 1200 768 - 1023: 1600 1024 - 1279: 2000 1280 - 1535: 2400 1536 - 1791: 2800 1792 - 2047: 3200 Signed-off-by: McCabe, Robert J <robert.mcc...@rockwellcollins.com> --- include/linux/pkt_sched.h | 1 + tc/tc_core.