On 06/09/2015 01:19 AM, David Miller wrote:

Furthermore, you should pass the NAPI context into ravb_rx() and use

    I guess I should have one NAPI context per RX queue?

Yes.

   Thanks, done.

it so that you can invoke napi_gro_receive() on all of the packets and
therefore support GRO.

    Hmm, I don't think I have a hardware support for generic RX offload...
I'm still unsure what it is anyway -- is it used for IP packet
defragmentation?

It's completely implemented in software, you don't need to do anything
other than properly invoke napi_gro_receive().

   Not even set NETIF_F_GRO?

WBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to