]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/prog_guide/event_ethernet_rx_adapter.rst
doc: remove references to make from eventdevs guide
[dpdk.git] / doc / guides / prog_guide / event_ethernet_rx_adapter.rst
index c7dda92215ea44d438497d7e0206f099147dffd3..236f43f4557b592dc6eed46e5374ae70bd976e59 100644 (file)
@@ -172,7 +172,7 @@ converts the received packets to events in the same manner as packets
 received on a polled Rx queue. The interrupt thread is affinitized to the same
 CPUs as the lcores of the Rx adapter service function, if the Rx adapter
 service function has not been mapped to any lcores, the interrupt thread
-is mapped to the master lcore.
+is mapped to the main lcore.
 
 Rx Callback for SW Rx Adapter
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~