From patchwork Wed Feb 19 08:29:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?J=C3=BAlius_Milan?= X-Patchwork-Id: 65895 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B1DB9A0555; Wed, 19 Feb 2020 09:29:10 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 92E761BF9B; Wed, 19 Feb 2020 09:29:10 +0100 (CET) Received: from mail-wr1-f47.google.com (mail-wr1-f47.google.com [209.85.221.47]) by dpdk.org (Postfix) with ESMTP id 0AC9A1BF9B for ; Wed, 19 Feb 2020 09:29:09 +0100 (CET) Received: by mail-wr1-f47.google.com with SMTP id m16so27053948wrx.11 for ; Wed, 19 Feb 2020 00:29:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:mime-version:content-disposition :content-transfer-encoding:user-agent; bh=7C5JzBIjEB0bxxumx6ae4EZMNXgoJ5r0ci46ftSo3rM=; b=d5n/DTxzyN2Gw9wRtvNsubcnvE1Gdy84RP+ZXZ+OUhT7w9F5glTbwkHpRTb2cJ/27y 0fXi+VD1YevfG6rngsixuizYAK2OXL5SpTc2vh+uqQOKk+cwf3CElgK/kZxmhRgwuSik UCNE17Y5n4C9Dn66sUTy8DGHKu709+O1/e5l+JamGko3NSEUrpQFZPFP2lkBzx/72EJB 6jOcme1YtF5fncrFkes/kn9iAg4x9wU9Znd4vO2BXJes0lj4X8tDEcW0wza9/esqal1K 3CzR6VFWtPsJRRRgnQssBQEpms4jdP4N8Cy4tkDDIOuW9hmk1+KzGG03yYbWH6H8fV58 Gg4g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition:content-transfer-encoding:user-agent; bh=7C5JzBIjEB0bxxumx6ae4EZMNXgoJ5r0ci46ftSo3rM=; b=CZMjKpIFeMoczjuPhH2KWSjQQGStAE9kecHboMlmj5ZN6EGjTHU/QnHZUwNqhJfSUg Id3r3cATBVRvpbL6LrwgeJhMipT942aIyIiq8YhEnqKKXsM6/Ij/A80Ks2fHEWKDBSll VkBvHqw2hrX8bAQgVvAzWFWtkoVfh7FOEwf6AWJ/xHGWTy3rOQPXaE9jIWLqMvU1dZHE PODEfC5wQRf2j27NMF19E0o2eW2A5rILug1K6So1UhEaRFJgAj1FEI5vRZIrqdQ6Julc 3zkvaDS1FIUbgzudB5XQnQP2N1fZnl5R5kf9TGpanY7Bd0zGoVVCge8nJoUP8badV2Nj Y34g== X-Gm-Message-State: APjAAAVgLDwDGtJPWmMURF/Z0Qh77VKL3CN9eP6OHXXTP28WbFvcinWh ynRLlNZCkNcgSiHE7niIoWnHDkwMOpg= X-Google-Smtp-Source: APXvYqz8PeofSsgT49W+1l1uYtX6ZgvoJvc9WZlFrdlKiwVU7mNyPWBApBh55vQLxinDOis1hPFPqw== X-Received: by 2002:adf:b60f:: with SMTP id f15mr35868329wre.372.1582100948640; Wed, 19 Feb 2020 00:29:08 -0800 (PST) Received: from vbox ([185.140.29.250]) by smtp.gmail.com with ESMTPSA id q124sm7732674wme.2.2020.02.19.00.29.07 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 19 Feb 2020 00:29:08 -0800 (PST) Date: Wed, 19 Feb 2020 09:29:06 +0100 From: =?iso-8859-1?q?J=FAlius?= Milan To: dev@dpdk.org, jgrajcia@cisco.com Message-ID: <20200219082906.GA12820@vbox> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) Subject: [dpdk-dev] [PATCH 0/2] net/memif: loopback & init fix X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Series enables loopback for memif and fixes one issue found during testing of loopback functionality. JĂșlius Milan (2): net/memif: enable loopback net/memif: fix init handling when already connected memif_socket.c | 44 ++++++++++++++++++++++---------------------- rte_eth_memif.c | 1 + rte_eth_memif.h | 1 + 3 files changed, 24 insertions(+), 22 deletions(-)