ConnMan network manager
 help / color / mirror / Atom feed
From: Grant Erickson <gerickson@nuovations.com>
To: connman@lists.linux.dev
Subject: [PATCH 0/3] connection: Optimize Conditional '&&' Clauses in '__connman_connection_gateway_remove'
Date: Wed, 29 Nov 2023 16:23:02 -0800	[thread overview]
Message-ID: <20231130002309.1322111-1-gerickson@nuovations.com> (raw)

This optimizes the conditional && clauses in
__connman_connection_gateway_remove to take advantage of stored, local
state in set_default[46] thereby avoiding redundant checks of
do_ipv[46], data->ipv[46]_config, and data->ipv[46]_config->vpn.

Grant Erickson (3):
  connection: Fix white space indentation.
  connection: Optimize conditional '&&' clauses.
  connection: Rename 'set_default[46]' local variables.

 src/connection.c | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

-- 
2.42.0


             reply	other threads:[~2023-11-30  0:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-30  0:23 Grant Erickson [this message]
2023-11-30  0:23 ` [PATCH 1/3] connection: Fix white space indentation Grant Erickson
2023-11-30  0:23 ` [PATCH 2/3] connection: Optimize conditional '&&' clauses Grant Erickson
2023-11-30  0:23 ` [PATCH 3/3] connection: Rename 'set_default[46]' local variables Grant Erickson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231130002309.1322111-1-gerickson@nuovations.com \
    --to=gerickson@nuovations.com \
    --cc=connman@lists.linux.dev \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).