[ovs-dev] [PATCH v2 1/4] netdev: Add set_ingress_sched to netdev api

2017-08-17 Thread Billy O'Mahony
Passes ingress_sched config item from other_config column of Interface table to the netdev. Signed-off-by: Billy O'Mahony --- lib/netdev-bsd.c | 1 + lib/netdev-dpdk.c | 21 + lib/netdev-dummy.c| 1 + lib/netdev-linux.c| 1 + lib/netdev-provider.h | 10 +++

Re: [ovs-dev] [PATCH v2 1/4] netdev: Add set_ingress_sched to netdev api

2017-08-30 Thread Kavanagh, Mark B
>From: O Mahony, Billy >Sent: Thursday, August 17, 2017 3:24 PM >To: d...@openvswitch.org >Cc: Kavanagh, Mark B ; O Mahony, Billy > >Subject: [PATCH v2 1/4] netdev: Add set_ingress_sched to netdev api > >Passes ingress_sched config item from other_config column of Interface >table to the netdev. >