]> git.baikalelectronics.ru Git - kernel.git/commit
Merge "net: finish renaming lls to busy poll"
authorDavid S. Miller <davem@davemloft.net>
Thu, 11 Jul 2013 00:10:40 +0000 (17:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Jul 2013 00:10:40 +0000 (17:10 -0700)
commiteff74b77b3aba0b5eb18db39eac3e362a5723381
treef4701c62374a44db9f3be2d46f9420a328cd49ee
parentc3bab92256b1f8c21f25f4a7772b720abd818926
parent45a8aac9fdceb220136d363e130c97d2b135f3a6
Merge "net: finish renaming lls to busy poll"

Eliezer Tamir says:

====================
Here are three patches that complete the rename of lls to busy-poll

1. rename include/net/ll_poll.h to include/net/busy_poll.h
2. Rename ndo_ll_poll to ndo_busy_poll.
   Rename sk_mark_ll to sk_mark_napi_id.
   Rename skb_mark_ll to skb_mark_napi_id.
   Correct all useres of these functions.
   Update comments and defines  in include/net/busy_poll.h
3. Rename LL_SO to BUSY_POLL_SO
   Rename sysctl_net_ll_{read,poll} to sysctl_busy_{read,poll}
   Fix up users of these variables.
   Fix documentation for sysctl.

v2 fixed forgetting the ndo changes in v1
v3 is a resend with -M
====================

Signed-off-by: David S. Miller <davem@davemloft.net>