From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id E240AA05D3 for ; Fri, 24 May 2019 08:17:35 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0D4D11C0B; Fri, 24 May 2019 08:17:35 +0200 (CEST) Received: from mail.numalliance.com (mail.numalliance.com [90.84.246.155]) by dpdk.org (Postfix) with ESMTP id B1FC3A69 for ; Fri, 24 May 2019 08:17:33 +0200 (CEST) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.numalliance.com (Postfix) with ESMTP id 99FA623F1765 for ; Fri, 24 May 2019 08:17:33 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.numalliance.com Received: from mail.numalliance.com ([127.0.0.1]) by localhost (mail.numalliance.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id I9H9pAXt7hKp for ; Fri, 24 May 2019 08:17:25 +0200 (CEST) Received: from [192.168.0.139] (retd17.numalliance.com [192.168.0.139]) (Authenticated sender: sancelot@numalliance.com) by mail.numalliance.com (Postfix) with ESMTPSA id 7E56223DF7D2 for ; Fri, 24 May 2019 08:17:16 +0200 (CEST) To: users@dpdk.org From: =?UTF-8?Q?St=c3=a9phane_Ancelot?= Message-ID: <4707de42-f6b5-e37d-3785-9b1924d8b23f@numalliance.com> Date: Fri, 24 May 2019 08:17:16 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.6.1 MIME-Version: 1.0 Content-Language: fr Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: [dpdk-users] documentation using igb poll mode driver X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org Sender: "users" Hi, I would like to use the igb poll mode driver in a realtime network application - Ethercat master (the linux native one can not provide rt feature since it travels kernel stack). I managed to load the driver, but I will need only write and read functions at the moment, please can you forward me to a tutorial I have found this topic as starter, I am not sure having all I need: https://doc.dpdk.org/guides-18.08/sample_app_ug/l2_forward_real_virtual.html#l2-fwd-app-rx-tx-packets Regards, S.Ancelot