For reporting bugs send an email to the list. Alternatively, you can create an issue on our Github project: * https://github.com/netsniff-ng/netsniff-ng/issues If you use Fedora or have a RHEL subscription, you can also report bugs to: * https://bugzilla.redhat.com/ If you use Debian Linux, we might also process / track bugs there: * http://bugs.debian.org/cgi-bin/pkgreport.cgi?src=netsniff-ng In any way, you'll get a reply from us. Please do not contact individual developers directly in case of netsniff-ng issues or patches, but rather always our mailing list. By this, you're not wasting time of a single developer and increase your chances of getting a reply from us. In general, we are also highly interested in how you use the toolkit, what problems you are trying to solve and what kind of things you would like to have improved. So feel free to drop us some feature requests as well. e07b0c7456df42c34ca6a8538804'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2017-02-02 17:13:19 -0800
committerDavid S. Miller <davem@davemloft.net>2017-02-03 09:56:50 -0500
commite7fe9491261ee07b0c7456df42c34ca6a8538804 (patch)
tree81f8654dcf1879e40f2670b1b29c9d7ae812c9ac
parent8fe809a992639b2013c0d8da2ba55cdea28a959a (diff)
sfc: get rid of custom busy polling code
In linux-4.5, busy polling was implemented in core NAPI stack, meaning that all custom implementation can be removed from drivers. Not only we remove lot's of tricky code, we also remove one lock operation in fast path. Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Edward Cree <ecree@solarflare.com> Cc: Bert Kenward <bkenward@solarflare.com> Acked-by: Bert Kenward <bkenward@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>