mbox series

[0/2] net/netvsc: fix secondary process issues

Message ID 20200113191239.22750-1-stephen@networkplumber.org (mailing list archive)
Headers
Series net/netvsc: fix secondary process issues |

Message

Stephen Hemminger Jan. 13, 2020, 7:12 p.m. UTC
  First patch is a bug fix for crash in info_get in secondary process.
Second one is modification to prevent similar issues in future.

Stephen Hemminger (2):
  net/netvsc: fix crash in secondary process
  net/netvsc: eliminate numa specific allocation for control messages

 drivers/net/netvsc/hn_ethdev.c | 17 +++++++++--------
 drivers/net/netvsc/hn_rndis.c  | 11 +++++------
 2 files changed, 14 insertions(+), 14 deletions(-)
  

Comments

Ferruh Yigit Jan. 14, 2020, 4:51 p.m. UTC | #1
On 1/13/2020 7:12 PM, Stephen Hemminger wrote:
> First patch is a bug fix for crash in info_get in secondary process.
> Second one is modification to prevent similar issues in future.
> 
> Stephen Hemminger (2):
>   net/netvsc: fix crash in secondary process
>   net/netvsc: eliminate numa specific allocation for control messages
> 

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