> -----Original Message----- > From: David Miller <da...@davemloft.net> > Sent: Thursday, October 11, 2018 8:42 AM > To: Kiyanovski, Arthur <akiy...@amazon.com> > Cc: netdev@vger.kernel.org; Woodhouse, David <d...@amazon.co.uk>; > Machulsky, Zorik <zo...@amazon.com>; Matushevsky, Alexander > <ma...@amazon.com>; Bshara, Saeed <sae...@amazon.com>; Wilson, > Matt <m...@amazon.com>; Liguori, Anthony <aligu...@amazon.com>; > Bshara, Nafea <na...@amazon.com>; Tzalik, Guy <gtza...@amazon.com>; > Belgazal, Netanel <neta...@amazon.com>; Saidi, Ali <alisa...@amazon.com> > Subject: Re: [PATCH V1 net-next 00/12] Improving performance and reducing > latencies, by using latest capabilities exposed in ENA device > > From: <akiy...@amazon.com> > Date: Tue, 9 Oct 2018 21:44:57 +0300 > > > This patchset introduces the following: > > 1. A new placement policy of Tx headers and descriptors, which takes > > advantage of an option to place headers + descriptors in device memory > > space. This is sometimes referred to as LLQ - low latency queue. > > The patch set defines the admin capability, maps the device memory as > > write-combined, and adds a mode in transmit datapath to do header + > > descriptor placement on the device. > > 2. Support for RX checksum offloading > > 3. Miscelaneous small improvements and code cleanups > > This doesn't apply cleanly to net-next, please respin.
This patchset was created on top of the "minor bug fixes for ENA Ethernet driver" patchset you've applied to net. I will respin it again without the net patches bellow it.