Re: [dpdk-dev] [PATCH v3] netvsc: resize event buffer as needed

2018-08-23 Thread Ferruh Yigit
On 8/14/2018 5:45 PM, Stephen Hemminger wrote: > The event buffer was changed to be a fixed size value, > had a couple of issues. The big one is that rte_free was still > being called for a pointer that was not setup with rte_malloc(). > > The event buffer was also too small to handle heavy receiv

[dpdk-dev] [PATCH v3] netvsc: resize event buffer as needed

2018-08-14 Thread Stephen Hemminger
The event buffer was changed to be a fixed size value, had a couple of issues. The big one is that rte_free was still being called for a pointer that was not setup with rte_malloc(). The event buffer was also too small to handle heavy receive traffic; and running the event buffer out would crash t