Re: [dpdk-dev] [PATCH 0/2] net/tap: simplfication and servicabilty improvements

2020-05-06 Thread Ferruh Yigit
On 4/25/2020 2:14 PM, Wiles, Keith wrote: > > >> On Apr 24, 2020, at 6:36 PM, Stephen Hemminger >> 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

Re: [dpdk-dev] [PATCH 0/2] net/tap: simplfication and servicabilty improvements

2020-04-25 Thread Wiles, Keith
> On Apr 24, 2020, at 6:36 PM, Stephen Hemminger > 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 functi

[dpdk-dev] [PATCH 0/2] net/tap: simplfication and servicabilty improvements

2020-04-24 Thread Stephen Hemminger
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