]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/sfc/base/efx_port.c
net/ice/base: support GTP and PPPoE protocols
[dpdk.git] / drivers / net / sfc / base / efx_port.c
index 261ac6230181f8d0770257cfee1e5da51df7fabf..5fff932be99b811567b889922c1e39b5915ca8a7 100644 (file)
@@ -37,7 +37,7 @@ efx_port_init(
        epp->ep_emop->emo_reconfigure(enp);
 
        /* Pick up current phy capababilities */
-       efx_port_poll(enp, NULL);
+       (void) efx_port_poll(enp, NULL);
 
        /*
         * Turn on the PHY if available, otherwise reset it, and
@@ -120,7 +120,7 @@ efx_port_loopback_set(
        EFSYS_ASSERT(link_mode < EFX_LINK_NMODES);
 
        if (EFX_TEST_QWORD_BIT(encp->enc_loopback_types[link_mode],
-               loopback_type) == 0) {
+               (int)loopback_type) == 0) {
                rc = ENOTSUP;
                goto fail1;
        }