RE: [RFC TLS Offload Support 00/15] cover letter

2017-03-30 Thread Boris Pismenny
> >> TLS Tx crypto offload is a new feature of network devices. It enables > >> the kernel TLS socket to skip encryption and authentication > >> operations on the transmit side of the data path, delegating those to > >> the NIC. In turn, the NIC encrypts packets that belong to an > >> offloaded

Re: [PATCH net-next 2/2] net: dsa: dsa2: Add basic support of devlink

2017-03-30 Thread Jiri Pirko
Wed, Mar 29, 2017 at 07:36:24PM CEST, and...@lunn.ch wrote: >> Tangential question: we do not currently report to user space what kind >> of switch tagging protocol is used (DSA, eDSA etc.) I was going to add a >> sysfs attribute for that under the switch device's directory, but maybe >> devlink

Re: [PATCH 1/6] virtio: wrap find_vqs

2017-03-30 Thread Jason Wang
On 2017年03月30日 04:48, Michael S. Tsirkin wrote: We are going to add more parameters to find_vqs, let's wrap the call so we don't need to tweak all drivers every time. Signed-off-by: Michael S. Tsirkin --- A quick glance and it looks ok, but what the benefit of this series,

<    1   2   3