From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id DE25942B24 for ; Tue, 16 May 2023 17:16:15 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id DA610410EE; Tue, 16 May 2023 17:16:15 +0200 (CEST) Received: from mail-pl1-f174.google.com (mail-pl1-f174.google.com [209.85.214.174]) by mails.dpdk.org (Postfix) with ESMTP id 0258F40689 for ; Tue, 16 May 2023 17:16:14 +0200 (CEST) Received: by mail-pl1-f174.google.com with SMTP id d9443c01a7336-1aaea43def7so98593555ad.2 for ; Tue, 16 May 2023 08:16:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20221208.gappssmtp.com; s=20221208; t=1684250173; x=1686842173; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=2f8XtphqubxjcXDSFm2rDmxEjb18p+Uzi4T4l2qyQ/c=; b=Alt0UW1cxGKf+fWilFBLNOOyTxFGGZBPQVcASGvUjRdesRpzjLRx37DR4ZQtIQw8Ni Y2/4pjKDVbp/suyjmL8Y/bz4htPHarEtLWUyFM7mqDUb6bMNxg38cBdvf8LUvQLbx9fV QZvHO2pNyRvXXa09JYN4LIRYHh9Tx78DE6EUMORHipokcpIf+HR30FL8rfHqj0DZJzv0 uNpSQG9kSPBcdZzgAflXjZCjZvb+1DXnmMVdPnB3T+QKgNBX19VyzTRPs9JqLE4e0Tok FlqXUDpl6apHLDqXZ4eSoSIPQvIQYeMbCfbm7ceHHwg1gRNrKFbfZBKq6UBTKDYK8/t9 t4Dw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684250173; x=1686842173; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=2f8XtphqubxjcXDSFm2rDmxEjb18p+Uzi4T4l2qyQ/c=; b=lnRNAWL3UeCXNezJ8zKB3lHmew7s5OUGKd4o0/fhK1Dvm9ftmCRhc5Ycw7shsVLnKA pOyh/sq4NfdWbFe+adlPLNn1mKKsueQra8UZw7txIR0xMJ5RjXf2ikO53OSEFNSJwxmd NGc2eL+wGR8bVoLHGf/y/10UoGbWcBPKz8Hj37zx7pYY+BJPtpli1l53nGMUfFCGSzXU tzQiD3cnQATxRNr6JTtNvHcCs+yibKTLEFZ9aJ5zGrP5PFd5FC9iBpqCIrFQMPVb0k9n 1Bo9u8fsBa5hd5KH9ZboJo2pf1VThceYTliUzUzyCrYbgeMjKINrKW6PgECpBRs75IPF zgyg== X-Gm-Message-State: AC+VfDyoyxS2busS5osi/kvmqkHYEYi46lKxIYo4PbAlT/4F6p4aJuYa N4FkReWEFfL3FLEnfaQSCi8gV88XzW3QHQMNizcM8Q== X-Google-Smtp-Source: ACHHUZ4k0ifmpb+OixpG2Yf8f1FGhQvzeaPO8XaTJ+6gWpX3axIyijXfoR8wXEQvlKcDxS1S50hcOw== X-Received: by 2002:a17:902:a609:b0:1ac:946e:4690 with SMTP id u9-20020a170902a60900b001ac946e4690mr26020974plq.49.1684250173229; Tue, 16 May 2023 08:16:13 -0700 (PDT) Received: from hermes.local (204-195-120-218.wavecable.com. [204.195.120.218]) by smtp.gmail.com with ESMTPSA id u4-20020a17090341c400b001ab39cd875csm15588352ple.133.2023.05.16.08.16.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 May 2023 08:16:13 -0700 (PDT) Date: Tue, 16 May 2023 08:16:11 -0700 From: Stephen Hemminger To: Yasin CANER Cc: dev@dpdk.org, stable@dpdk.org Subject: Re: [PATCH v2] lib/kni : coding style is fixed Message-ID: <20230516081611.13644b82@hermes.local> In-Reply-To: <20230516110359.479441-1-yasinncaner@gmail.com> References: <20230516104853.479297-1-yasinncaner@gmail.com> <20230516110359.479441-1-yasinncaner@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org On Tue, 16 May 2023 11:03:59 +0000 Yasin CANER wrote: > + /* First, getting allocation count from alloc_q. alloc_q is allocated in this function*/ > + /* and/or kni_alloc function from mempool.*/ > + /* If alloc_q is completely removed, it shall be allocated again.*/ If you send another version of this patch. It would be good to follow the style of multi-line comment. /* First, getting allocation count from alloc_q. alloc_q is allocated in this function * and/or kni_alloc function from mempool. * If alloc_q is completely removed, it shall be allocated again. */