net/pcap: remove unnecessary check
authorFerruh Yigit <ferruh.yigit@intel.com>
Fri, 26 Aug 2016 11:17:53 +0000 (12:17 +0100)
committerBruce Richardson <bruce.richardson@intel.com>
Fri, 30 Sep 2016 10:27:18 +0000 (12:27 +0200)
Both fields are fields of same type of struct, one's size can't be bigger
than others.

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
drivers/net/pcap/rte_eth_pcap.c

index a3cabf4..8822506 100644 (file)
@@ -814,10 +814,6 @@ rte_pmd_init_internals(const char *name, const unsigned nb_rx_queues,
        if (*eth_dev == NULL)
                goto error;
 
-       /* check length of device name */
-       if ((strlen((*eth_dev)->data->name) + 1) > sizeof(data->name))
-               goto error;
-
        /* now put it all together
         * - store queue data in internals,
         * - store numa_node info in eth_dev