net/octeontx_ep: add Rx path
[dpdk.git] / drivers / net / netvsc / hn_rndis.c
index 66d1966..e317539 100644 (file)
@@ -12,7 +12,7 @@
 #include <unistd.h>
 #include <time.h>
 
-#include <rte_ethdev_driver.h>
+#include <ethdev_driver.h>
 #include <rte_ethdev.h>
 #include <rte_string_fns.h>
 #include <rte_memzone.h>
@@ -276,7 +276,7 @@ static int hn_nvs_send_rndis_ctrl(struct vmbus_channel *chan,
        sg.len  = reqlen;
 
        if (sg.ofs + reqlen >  PAGE_SIZE) {
-               PMD_DRV_LOG(ERR, "RNDIS request crosses page bounary");
+               PMD_DRV_LOG(ERR, "RNDIS request crosses page boundary");
                return -EINVAL;
        }