From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Aring Date: Tue, 16 Jun 2020 13:07:10 -0400 Subject: [Cluster-devel] [PATCH dlm 0/3] dlm_controld: add support for mark per node configuration Message-ID: <20200616170713.32210-1-aahringo@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, this patch series adds support for set the in-kernel socket skb mark value over dlm_controld. There exists two kinds of socket, one listen socket and multiple peer sockets. Both can be set via the dlm config file via "listen_mark" or multiple entries of: node id=$NODEID mark=$MARK whereas $NODEID is the corosync assigned nodeid. The given mark number can be hexadecimal or decimal. - Alex Alexander Aring (3): dlm_controld: add support for unsigned int values dlm_controld: set listen skb mark setting dlm_controld: add support for per nodeid configuration dlm_controld/Makefile | 3 +- dlm_controld/action.c | 33 +++++++++++++-- dlm_controld/dlm.conf.5 | 21 +++++++++ dlm_controld/dlm_daemon.h | 10 ++++- dlm_controld/main.c | 12 ++++++ dlm_controld/member.c | 6 ++- dlm_controld/node_config.c | 87 ++++++++++++++++++++++++++++++++++++++ dlm_controld/node_config.h | 33 +++++++++++++++ 8 files changed, 199 insertions(+), 6 deletions(-) create mode 100644 dlm_controld/node_config.c create mode 100644 dlm_controld/node_config.h -- 2.26.2