mbox series

[0/2] net/tap: simplfication and servicabilty improvements

Message ID 20200424233657.12267-1-stephen@networkplumber.org (mailing list archive)
Headers
Series net/tap: simplfication and servicabilty improvements |

Message

Stephen Hemminger April 24, 2020, 11:36 p.m. UTC
  These are a couple of small fixes to the TAP driver. The first makes it
more robust to random signals, and the second one adds better error
reporting.

Stephen Hemminger (2):
  net/tap: simplify netlink send/receive functions
  net/tap: use netlink extended ack support

 drivers/net/tap/tap_netlink.c | 123 +++++++++++++++++++++++++---------
 1 file changed, 92 insertions(+), 31 deletions(-)
  

Comments

Wiles, Keith April 25, 2020, 1:14 p.m. UTC | #1
> On Apr 24, 2020, at 6:36 PM, Stephen Hemminger <stephen@networkplumber.org> wrote:
> 
> These are a couple of small fixes to the TAP driver. The first makes it
> more robust to random signals, and the second one adds better error
> reporting.
> 
> Stephen Hemminger (2):
>  net/tap: simplify netlink send/receive functions
>  net/tap: use netlink extended ack support
> 
> drivers/net/tap/tap_netlink.c | 123 +++++++++++++++++++++++++---------
> 1 file changed, 92 insertions(+), 31 deletions(-)
> 
> 2.20.1
> 

Acked-by: Keith Wiles <keith.wiles@intel.com>
  
Ferruh Yigit May 6, 2020, 6:41 p.m. UTC | #2
On 4/25/2020 2:14 PM, Wiles, Keith wrote:
> 
> 
>> On Apr 24, 2020, at 6:36 PM, Stephen Hemminger <stephen@networkplumber.org> wrote:
>>
>> These are a couple of small fixes to the TAP driver. The first makes it
>> more robust to random signals, and the second one adds better error
>> reporting.
>>
>> Stephen Hemminger (2):
>>  net/tap: simplify netlink send/receive functions
>>  net/tap: use netlink extended ack support
>>
>> drivers/net/tap/tap_netlink.c | 123 +++++++++++++++++++++++++---------
>> 1 file changed, 92 insertions(+), 31 deletions(-)
>>
>> 2.20.1
>>
> 
> Acked-by: Keith Wiles <keith.wiles@intel.com>
> 

Series applied to dpdk-next-net/master, thanks.