kernel: bump 5.4 to 5.4.109
[openwrt/openwrt.git] / target / linux / layerscape / patches-5.4 / 701-net-0213-dpaa2-eth-Add-CEETM-qdisc-support.patch
index 9246e44d7ac732b2b98f744dc21bc624090cf07a..ca06007dfeec6289aa155f994d52616716566f70 100644 (file)
@@ -1535,7 +1535,7 @@ Signed-off-by: Camelia Groza <camelia.groza@nxp.com>
        int i;
  
 -      if (type != TC_SETUP_QDISC_MQPRIO)
--              return -EINVAL;
+-              return -EOPNOTSUPP;
 -
        mqprio->hw = TC_MQPRIO_HW_OFFLOAD_TCS;
        num_queues = dpaa2_eth_queue_count(priv);
@@ -1561,7 +1561,7 @@ Signed-off-by: Camelia Groza <camelia.groza@nxp.com>
  static const struct net_device_ops dpaa2_eth_ops = {
        .ndo_open = dpaa2_eth_open,
        .ndo_start_xmit = dpaa2_eth_tx,
-@@ -4171,18 +4191,27 @@ static int __init dpaa2_eth_driver_init(
+@@ -4173,18 +4193,27 @@ static int __init dpaa2_eth_driver_init(
  
        dpaa2_eth_dbg_init();
        err = fsl_mc_driver_register(&dpaa2_eth_driver);