Commit 5f012b40 authored by Jakub Kicinski's avatar Jakub Kicinski Committed by David S. Miller

eth: remove copies of the NAPI_POLL_WEIGHT define

Defining local versions of NAPI_POLL_WEIGHT with the same
values in the drivers just makes refactoring harder.

Drop the special defines in a bunch of drivers where the
removal is relatively simple so grouping into one patch
does not impact reviewability.
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
Reviewed-by: default avatarPaul Durrant <paul@xen.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5da66099
...@@ -68,7 +68,6 @@ MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)"); ...@@ -68,7 +68,6 @@ MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)");
#define DEFAULT_GMAC_RXQ_ORDER 9 #define DEFAULT_GMAC_RXQ_ORDER 9
#define DEFAULT_GMAC_TXQ_ORDER 8 #define DEFAULT_GMAC_TXQ_ORDER 8
#define DEFAULT_RX_BUF_ORDER 11 #define DEFAULT_RX_BUF_ORDER 11
#define DEFAULT_NAPI_WEIGHT 64
#define TX_MAX_FRAGS 16 #define TX_MAX_FRAGS 16
#define TX_QUEUE_NUM 1 /* max: 6 */ #define TX_QUEUE_NUM 1 /* max: 6 */
#define RX_MAX_ALLOC_ORDER 2 #define RX_MAX_ALLOC_ORDER 2
...@@ -2472,8 +2471,7 @@ static int gemini_ethernet_port_probe(struct platform_device *pdev) ...@@ -2472,8 +2471,7 @@ static int gemini_ethernet_port_probe(struct platform_device *pdev)
netdev->max_mtu = 10236 - VLAN_ETH_HLEN; netdev->max_mtu = 10236 - VLAN_ETH_HLEN;
port->freeq_refill = 0; port->freeq_refill = 0;
netif_napi_add(netdev, &port->napi, gmac_napi_poll, netif_napi_add(netdev, &port->napi, gmac_napi_poll, NAPI_POLL_WEIGHT);
DEFAULT_NAPI_WEIGHT);
ret = of_get_mac_address(np, mac); ret = of_get_mac_address(np, mac);
if (!ret) { if (!ret) {
......
...@@ -50,7 +50,6 @@ ...@@ -50,7 +50,6 @@
#define PHY_RETRIES 1000 #define PHY_RETRIES 1000
#define ETH_JUMBO_MTU 9000 #define ETH_JUMBO_MTU 9000
#define TX_WATCHDOG (5 * HZ) #define TX_WATCHDOG (5 * HZ)
#define NAPI_WEIGHT 64
#define BLINK_MS 250 #define BLINK_MS 250
#define LINK_HZ HZ #define LINK_HZ HZ
...@@ -3833,7 +3832,7 @@ static struct net_device *skge_devinit(struct skge_hw *hw, int port, ...@@ -3833,7 +3832,7 @@ static struct net_device *skge_devinit(struct skge_hw *hw, int port,
dev->features |= NETIF_F_HIGHDMA; dev->features |= NETIF_F_HIGHDMA;
skge = netdev_priv(dev); skge = netdev_priv(dev);
netif_napi_add(dev, &skge->napi, skge_poll, NAPI_WEIGHT); netif_napi_add(dev, &skge->napi, skge_poll, NAPI_POLL_WEIGHT);
skge->netdev = dev; skge->netdev = dev;
skge->hw = hw; skge->hw = hw;
skge->msg_enable = netif_msg_init(debug, default_msg); skge->msg_enable = netif_msg_init(debug, default_msg);
......
...@@ -63,7 +63,6 @@ ...@@ -63,7 +63,6 @@
#define TX_DEF_PENDING 63 #define TX_DEF_PENDING 63
#define TX_WATCHDOG (5 * HZ) #define TX_WATCHDOG (5 * HZ)
#define NAPI_WEIGHT 64
#define PHY_RETRIES 1000 #define PHY_RETRIES 1000
#define SKY2_EEPROM_MAGIC 0x9955aabb #define SKY2_EEPROM_MAGIC 0x9955aabb
...@@ -4938,7 +4937,7 @@ static int sky2_probe(struct pci_dev *pdev, const struct pci_device_id *ent) ...@@ -4938,7 +4937,7 @@ static int sky2_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
} }
} }
netif_napi_add(dev, &hw->napi, sky2_poll, NAPI_WEIGHT); netif_napi_add(dev, &hw->napi, sky2_poll, NAPI_POLL_WEIGHT);
err = register_netdev(dev); err = register_netdev(dev);
if (err) { if (err) {
......
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
#define MTK_STAR_WAIT_TIMEOUT 300 #define MTK_STAR_WAIT_TIMEOUT 300
#define MTK_STAR_MAX_FRAME_SIZE 1514 #define MTK_STAR_MAX_FRAME_SIZE 1514
#define MTK_STAR_SKB_ALIGNMENT 16 #define MTK_STAR_SKB_ALIGNMENT 16
#define MTK_STAR_NAPI_WEIGHT 64
#define MTK_STAR_HASHTABLE_MC_LIMIT 256 #define MTK_STAR_HASHTABLE_MC_LIMIT 256
#define MTK_STAR_HASHTABLE_SIZE_MAX 512 #define MTK_STAR_HASHTABLE_SIZE_MAX 512
...@@ -1551,7 +1550,7 @@ static int mtk_star_probe(struct platform_device *pdev) ...@@ -1551,7 +1550,7 @@ static int mtk_star_probe(struct platform_device *pdev)
ndev->netdev_ops = &mtk_star_netdev_ops; ndev->netdev_ops = &mtk_star_netdev_ops;
ndev->ethtool_ops = &mtk_star_ethtool_ops; ndev->ethtool_ops = &mtk_star_ethtool_ops;
netif_napi_add(ndev, &priv->napi, mtk_star_poll, MTK_STAR_NAPI_WEIGHT); netif_napi_add(ndev, &priv->napi, mtk_star_poll, NAPI_POLL_WEIGHT);
return devm_register_netdev(dev, ndev); return devm_register_netdev(dev, ndev);
} }
......
...@@ -113,7 +113,6 @@ static const char emac_version_string[] = "TI DaVinci EMAC Linux v6.1"; ...@@ -113,7 +113,6 @@ static const char emac_version_string[] = "TI DaVinci EMAC Linux v6.1";
#define EMAC_DEF_RX_NUM_DESC (128) #define EMAC_DEF_RX_NUM_DESC (128)
#define EMAC_DEF_MAX_TX_CH (1) /* Max TX channels configured */ #define EMAC_DEF_MAX_TX_CH (1) /* Max TX channels configured */
#define EMAC_DEF_MAX_RX_CH (1) /* Max RX channels configured */ #define EMAC_DEF_MAX_RX_CH (1) /* Max RX channels configured */
#define EMAC_POLL_WEIGHT (64) /* Default NAPI poll weight */
/* Buffer descriptor parameters */ /* Buffer descriptor parameters */
#define EMAC_DEF_TX_MAX_SERVICE (32) /* TX max service BD's */ #define EMAC_DEF_TX_MAX_SERVICE (32) /* TX max service BD's */
...@@ -1949,7 +1948,7 @@ static int davinci_emac_probe(struct platform_device *pdev) ...@@ -1949,7 +1948,7 @@ static int davinci_emac_probe(struct platform_device *pdev)
ndev->netdev_ops = &emac_netdev_ops; ndev->netdev_ops = &emac_netdev_ops;
ndev->ethtool_ops = &ethtool_ops; ndev->ethtool_ops = &ethtool_ops;
netif_napi_add(ndev, &priv->napi, emac_poll, EMAC_POLL_WEIGHT); netif_napi_add(ndev, &priv->napi, emac_poll, NAPI_POLL_WEIGHT);
pm_runtime_enable(&pdev->dev); pm_runtime_enable(&pdev->dev);
rc = pm_runtime_resume_and_get(&pdev->dev); rc = pm_runtime_resume_and_get(&pdev->dev);
......
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
#include "netcp.h" #include "netcp.h"
#define NETCP_SOP_OFFSET (NET_IP_ALIGN + NET_SKB_PAD) #define NETCP_SOP_OFFSET (NET_IP_ALIGN + NET_SKB_PAD)
#define NETCP_NAPI_WEIGHT 64
#define NETCP_TX_TIMEOUT (5 * HZ) #define NETCP_TX_TIMEOUT (5 * HZ)
#define NETCP_PACKET_SIZE (ETH_FRAME_LEN + ETH_FCS_LEN) #define NETCP_PACKET_SIZE (ETH_FRAME_LEN + ETH_FCS_LEN)
#define NETCP_MIN_PACKET_SIZE ETH_ZLEN #define NETCP_MIN_PACKET_SIZE ETH_ZLEN
...@@ -2096,8 +2095,8 @@ static int netcp_create_interface(struct netcp_device *netcp_device, ...@@ -2096,8 +2095,8 @@ static int netcp_create_interface(struct netcp_device *netcp_device,
} }
/* NAPI register */ /* NAPI register */
netif_napi_add(ndev, &netcp->rx_napi, netcp_rx_poll, NETCP_NAPI_WEIGHT); netif_napi_add(ndev, &netcp->rx_napi, netcp_rx_poll, NAPI_POLL_WEIGHT);
netif_tx_napi_add(ndev, &netcp->tx_napi, netcp_tx_poll, NETCP_NAPI_WEIGHT); netif_tx_napi_add(ndev, &netcp->tx_napi, netcp_tx_poll, NAPI_POLL_WEIGHT);
/* Register the network device */ /* Register the network device */
ndev->dev_id = 0; ndev->dev_id = 0;
......
...@@ -42,7 +42,6 @@ ...@@ -42,7 +42,6 @@
#include <xen/balloon.h> #include <xen/balloon.h>
#define XENVIF_QUEUE_LENGTH 32 #define XENVIF_QUEUE_LENGTH 32
#define XENVIF_NAPI_WEIGHT 64
/* Number of bytes allowed on the internal guest Rx queue. */ /* Number of bytes allowed on the internal guest Rx queue. */
#define XENVIF_RX_QUEUE_BYTES (XEN_NETIF_RX_RING_SIZE/2 * PAGE_SIZE) #define XENVIF_RX_QUEUE_BYTES (XEN_NETIF_RX_RING_SIZE/2 * PAGE_SIZE)
...@@ -739,7 +738,7 @@ int xenvif_connect_data(struct xenvif_queue *queue, ...@@ -739,7 +738,7 @@ int xenvif_connect_data(struct xenvif_queue *queue,
atomic_set(&queue->inflight_packets, 0); atomic_set(&queue->inflight_packets, 0);
netif_napi_add(queue->vif->dev, &queue->napi, xenvif_poll, netif_napi_add(queue->vif->dev, &queue->napi, xenvif_poll,
XENVIF_NAPI_WEIGHT); NAPI_POLL_WEIGHT);
queue->stalled = true; queue->stalled = true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment