CN118018410B - Message processing method and device, DPU device, server and storage medium - Google Patents

Message processing method and device, DPU device, server and storage medium Download PDF

Info

Publication number
CN118018410B
CN118018410B CN202410425601.0A CN202410425601A CN118018410B CN 118018410 B CN118018410 B CN 118018410B CN 202410425601 A CN202410425601 A CN 202410425601A CN 118018410 B CN118018410 B CN 118018410B
Authority
CN
China
Prior art keywords
message
service
queue
threshold
parameters
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN202410425601.0A
Other languages
Chinese (zh)
Other versions
CN118018410A (en
Inventor
刘静涛
陈安庆
丁晓武
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yunbao Chuangxin Nanjing Intelligent Technology Co ltd
Shenzhen Yunbao Intelligent Co ltd
Original Assignee
Yunbao Chuangxin Nanjing Intelligent Technology Co ltd
Shenzhen Yunbao Intelligent Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Yunbao Chuangxin Nanjing Intelligent Technology Co ltd, Shenzhen Yunbao Intelligent Co ltd filed Critical Yunbao Chuangxin Nanjing Intelligent Technology Co ltd
Priority to CN202410425601.0A priority Critical patent/CN118018410B/en
Publication of CN118018410A publication Critical patent/CN118018410A/en
Application granted granted Critical
Publication of CN118018410B publication Critical patent/CN118018410B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The application relates to a message processing method and a device thereof, DPU equipment, a server and a storage medium, wherein the method comprises the following steps: receiving a queue enabling notification of a host, and determining at least one queue capable of being dynamically adjusted according to the queue enabling notification; acquiring service message configuration information, wherein the service message configuration information comprises message parameters of at least two service messages and corresponding interrupt merging parameters thereof; determining a message quantity threshold and a timeout time threshold of the at least two service messages according to the message parameters and the interrupt merging parameters; and carrying out interrupt merging processing on the service messages of the at least one queue according to the message quantity threshold and the overtime time threshold of the at least two service messages. The application can realize the dynamic adjustment of the parameters of the break-merge in the message and can give consideration to the merge processing of the business messages of different types.

Description

Message processing method and device, DPU device, server and storage medium
Technical Field
The present application relates to the field of data processing technologies, and in particular, to a method and an apparatus for processing a packet, a DPU device, a server, and a storage medium.
Background
DPU (Data Processing Unit) is a special purpose processor configured with data as center to accomplish the acceleration processing tasks of network, storage and security. In some complex scenarios, the DPU needs to process two different types of service messages, namely a delay-sensitive service message and a throughput-type service message; the time delay sensitive service message refers to an application with very high requirement on data transmission delay, and the service message generally needs real-time or near real-time data transmission, such as voice call, video conference, online game and the like; throughput type service messages pay attention to the capability of processing a large amount of data, and mainly pay attention to the processing speed and processing capability of the data, and such service messages generally relate to tasks such as data analysis, batch processing, massive parallel computing, for example, scientific computing, large message processing, and the like.
Interrupt merging is a network optimization technology, which optimizes network performance by adjusting interrupt frequency, and for delay-sensitive service messages, interrupt response rate can be improved by reducing the number of data packets for interrupt merging and interrupt merging timeout time, so that delay is reduced; for throughput-high throughput traffic packets, the interrupt response frequency can be reduced by increasing the number of interrupt-combined data packets and the interrupt-combined timeout time, thereby providing high network throughput.
However, as shown in fig. 1, the parameter adjustment of the interrupt merging is basically configured by a fixed parameter, for example, increasing/decreasing the number of data packets merged by the eth_tolls and the timeout period of interrupt merging, and for this fixed adjustment strategy, two different types of service packets of delay-sensitive service packet and throughput-type service packet cannot be simultaneously considered.
Disclosure of Invention
The application aims to provide a message processing method, a device and a computer readable storage medium thereof, which can realize the dynamic adjustment of parameters of message break-in combination and can give consideration to the combination processing of different types of service messages.
In order to achieve the above object, an embodiment of the present application provides a method for processing a message, including:
Receiving a queue enabling notification of a host, and determining at least one queue capable of being dynamically adjusted according to the queue enabling notification;
Acquiring service message configuration information, wherein the service message configuration information comprises message parameters of at least two service messages and corresponding interrupt merging parameters thereof;
determining a message quantity threshold and a timeout time threshold of the at least two service messages according to the message parameters and the interrupt merging parameters;
And carrying out interrupt merging processing on the service messages of the at least one queue according to the message quantity threshold and the overtime time threshold of the at least two service messages.
The steps of the message processing method can be executed based on the DPU, the DPU receives messages through different queues, the DPU is communicated with a host, the dynamic adjustment function of which queues are enabled is determined according to the queue enabling notification of the host, the DPU can obtain message parameters and interrupt merging parameters of different service messages according to service message configuration information maintained by the host, the message quantity threshold and the timeout threshold of the different service messages can be determined according to the message parameters and the interrupt merging parameters, and based on the message parameters and the interrupt merging parameters, the DPU can process the different service messages of the dynamically adjustable queues by adopting different interrupt merging strategies (the interrupt merging strategies are defined by the message quantity threshold and the timeout threshold), so that the message processing method can realize the parameter dynamic adjustment of the interrupt merging of the messages and can realize the merging processing of the service messages of different types, such as delay-sensitive service messages and throughput-type service messages.
The embodiment of the application also provides a message processing device, which comprises:
the enabling notification module is used for receiving queue enabling notification of the host, and determining at least one queue capable of being dynamically adjusted according to the queue enabling notification;
The configuration acquisition module is used for acquiring service message configuration information, wherein the service message configuration information comprises message parameters of at least two service messages and corresponding interrupt merging parameters thereof;
The threshold value acquisition module is used for determining a message quantity threshold value and a timeout time threshold value of the at least two service messages according to the message parameters and the interrupt merging parameters;
and the triggering processing module is used for carrying out interrupt merging processing on the messages of the at least one queue according to the message quantity threshold value and the overtime time threshold value of the at least two service messages.
The message processing device receives messages through different queues, the message processing device is communicated with a host, the dynamic adjustment function of which queues are enabled is determined according to the queue enabling notification of the host, the DPU can obtain message parameters and interrupt merging parameters of different service messages according to service message configuration information maintained by the host, the message quantity threshold and the timeout threshold of the different service messages can be determined according to the message parameters and the interrupt merging parameters, and based on the message parameters and the interrupt merging parameters, the DPU can process the different service messages of the dynamically adjustable queues by adopting different interrupt merging strategies (the interrupt merging strategies are defined by the message quantity threshold and the timeout threshold), so that the message processing method can realize the parameter dynamic adjustment of the interrupt merging in the messages and can realize the merging processing of the service messages of different types, such as delay sensitive service messages and throughput service messages.
The embodiment of the application also provides DPU equipment, which comprises a processor, a memory and a computer program stored on the memory and capable of running on the processor, wherein the processor realizes the message processing method when executing the computer program.
The embodiment of the application also provides a server, which comprises a host and the DPU device;
the host comprises a host control module and a device management tool;
The equipment management tool is used for interacting with a user and acquiring an operation command of the user;
The host control module is used for maintaining the service message configuration information according to the operation command of the user and issuing a queue enabling notification to the DPU equipment.
Embodiments of the present application also provide a computer readable storage medium storing a computer program which, when executed by a processor, implements a message processing method as described above.
Additional features and advantages of embodiments of the application will be set forth in the description which follows.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings required in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present application, and other drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 is a schematic diagram of interrupt coalescing as disclosed in the background.
Fig. 2 is a flow chart of a message processing method according to an embodiment of the application.
Fig. 3 is a schematic diagram of a DPU interacting with a host in one embodiment of the present application.
FIG. 4 is a schematic workflow diagram of a host control module in an embodiment of the application.
Fig. 5 is a schematic diagram of service message configuration information according to an embodiment of the present application.
Fig. 6 is a frame diagram of a message processing apparatus according to an embodiment of the present application.
Detailed Description
The detailed description of the drawings is intended as an illustration of the presently preferred embodiment of the application and is not intended to represent the only form in which the present application may be practiced. It is to be understood that the same or equivalent functions may be accomplished by different embodiments that are intended to be encompassed within the spirit and scope of the application.
An embodiment of the present application provides a message processing method, referring to fig. 2, the method includes the following steps:
Step S10, receiving a queue enabling notification of a host, and determining at least one queue enabling dynamic adjustment according to the queue enabling notification;
Specifically, the steps of the method of this embodiment may be implemented based on a DPU, where the DPU receives messages through different queues, for example, as shown in fig. 3, and the DPU communicates with a host through a high-speed serial bus standard (PCIE), where the host includes a host control module, a device management tool, a General Interrupt Controller (GIC), and a CPU, where the control module is presented to a user by being hooked to the device management tool, and the user may perform relevant parameter configuration through the device management tool, for example, set a queue that enables dynamic adjustment and set service message configuration information; specifically, as shown in fig. 4, the workflow of the host control module is shown, the device management tool interacts with a user to obtain an operation command input by the user, the host control module determines whether to enable dynamic adjustment according to the operation command input by the user, if not, ends, further determines whether the user selects global configuration or queue configuration, the global configuration refers to configuration of all queues of the DPU, that is, all queue enabling dynamic adjustment, the queue configuration refers to configuration of a certain number of queues of the DPU, only a certain number of queue enabling dynamic adjustment, in this embodiment, the set service message configuration information may be configured for a single queue or all queues, and a specific user may select through a global function switch, that is, the user sets a switch state of the global function switch through the operation command input by the device management tool, for example, the switch state of the global function switch is 1, which indicates that the global function is started, and the configuration is effective for all queues; the on-off state of the global function switch is 0, which indicates that the global function is not started, and when the user uses the equipment management tool to create the queue, the interrupt merging function of the queue can be enabled, so that the host control module is informed that the current queue has the capability of dynamically adjusting interrupt merging; further, the host control module determines maintenance service message configuration information according to an operation command input by a user; the queue enable notification is then sent to the DPU, which can determine which queues are enabled by the dynamic adjustment function based on the host's queue enable notification.
Step S20, obtaining service message configuration information, wherein the service message configuration information comprises message parameters of at least two service messages and corresponding interrupt merging parameters thereof;
specifically, the service message configuration information includes a plurality of configuration entries, each configuration entry includes a message parameter and an interrupt merging parameter of at least two service messages, for example, delay sensitive service messages, throughput type service messages, etc., where the message parameter refers to characteristic information of the service messages, and the interrupt merging parameter refers to related information for judging whether to trigger interrupt merging of the service messages.
Step S30, determining a message quantity threshold and a timeout time threshold of the at least two service messages according to the message parameters and the interrupt merging parameters;
Specifically, as described above, the message parameter is characteristic information of the service message, so that the message type of the service message to be combined can be determined according to the message parameters of at least two service messages, and further, the corresponding interrupt combination parameter is found; as described above, the interrupt merging parameter refers to related information for determining whether to trigger message interrupt merging, so that the message number threshold and the timeout time threshold, which are followed by different types of service messages when performing interrupt merging processing, can be determined according to the interrupt merging parameter.
And step S40, carrying out interrupt merging processing on the service messages of the at least one queue according to the message quantity threshold value and the overtime time threshold value of the at least two service messages.
Specifically, for the queue capable of being dynamically adjusted, if a service packet of the queue is received, the packet number threshold and the timeout threshold of the service packet may be obtained according to the manner of step S30, and further, it is determined whether one of the following two conditions is satisfied: (1) If yes, triggering interrupt combination, and combining all the service messages to be combined; as shown in fig. 3, the DPU sends the combined service message to a General Interrupt Controller (GIC) through a high-speed serial bus standard (PCIE), and the General Interrupt Controller (GIC) sends the combined service message to the CPU.
In this embodiment, the DPU determines, according to the queue enabling notification of the host, which queues are enabled by the dynamic adjustment function, and the DPU may obtain, according to the service message configuration information maintained by the host, a message parameter of a different service message and an interrupt merging parameter corresponding to the message parameter, and may determine, according to the interrupt merging parameter, a message number threshold and a timeout threshold of the different service messages, based on which the DPU may process the different service messages of the dynamically-adjustable queues by using different interrupt merging policies, so that the above-mentioned message processing method may implement the dynamic adjustment of parameters for message interrupt merging and may compromise the merging process of the different service messages, for example, a mixed (co-location) scenario in which the delay sensitive service message and the throughput service message are concurrent, and may dynamically increase the period of interrupt merging in response to the delay sensitive service message, and may optimize the service performance of the current mixed scenario.
In some embodiments, the message parameters include a message protocol type, a source port number, a destination port number, a source IP address, and a destination IP address; the service message configuration information is maintained by the host according to the operation command of the user, and the user can dynamically adjust the service message configuration information according to the service message processing requirement.
In some embodiments, the interrupt combining parameter is a priority of the service packet; the higher the priority of the service message, the larger the message quantity offset value and the overtime time offset value corresponding to the service message.
Specifically, the higher the priority of the service message, the smaller the message quantity threshold and the overtime time threshold, namely the faster the response speed requirement; for example, delay sensitive traffic messages may have a higher priority than throughput type traffic messages.
In some embodiments, the step S30 includes:
When receiving the service message of any one queue, matching the message parameters of the at least two service messages with the service message of any one queue, obtaining an interrupt merging parameter corresponding to the matched message parameters, and determining a message quantity threshold and an overtime time threshold of the service message of any one queue according to the interrupt merging parameter.
Specifically, as shown in fig. 5, in an exemplary form of service message configuration information according to this embodiment, the service message configuration information is stored in a table, where the table includes a plurality of configuration table entries, each configuration table entry (corresponding to each row of the table) corresponds to a service message, each configuration table entry includes a message parameter data unit and a priority data unit corresponding to the message parameter data unit, each message parameter data unit is used for storing a message parameter of a service message, including parameters such as a message protocol type, a source port number, a destination port number, a source IP address, and a destination IP address, and each priority data unit is used for storing a priority of the service message, so when the message parameters of the at least two service messages are matched with the service message, a priority data unit corresponding to the service message can be determined according to the matched message parameters, priority data is read from the priority data unit, and further, a message number threshold and a timeout time threshold of the service message of any one of the queue can be determined according to the priority data, which can be specifically listed in the foregoing examples.
In some embodiments, the step S30 includes:
Determining a message quantity offset value according to the priority of the service message of any one queue, acquiring a preset basic message quantity, and subtracting the message quantity offset value from the basic message quantity to obtain a message quantity threshold of the service message of any one queue;
and determining an overtime time offset value according to the priority of the service message of any one queue, acquiring a preset basic overtime time, and subtracting the overtime time offset value from the basic overtime time to obtain the overtime time threshold of the service message of any one queue.
Specifically, in one example, the priority of the service packet may be represented by a value, where the value is greater than or equal to 0, and the greater the value, the higher the corresponding priority; the message quantity offset value is the product of the priority of the service message and a first preset coefficient k1, and the overtime time offset value is the product of the priority of the service message and a second preset coefficient k2, wherein the value range of k1 and k2 is between 0 and 1, and the values of the two can be the same; that is, the message number offset value and the timeout period offset value are values equal to or greater than 0.
In correspondence to the message processing method of the foregoing embodiment, another embodiment of the present application provides a message processing apparatus, which may be used to execute the steps of the message processing method of the foregoing embodiment, referring to fig. 6, where the apparatus includes:
The system comprises an enabling notification module 1, a queue enabling module and a queue management module, wherein the enabling notification module is used for receiving a queue enabling notification of a host, and determining at least one queue capable of being dynamically adjusted according to the queue enabling notification;
The configuration acquisition module 2 is used for acquiring service message configuration information, wherein the service message configuration information comprises message parameters of at least two service messages and corresponding interrupt merging parameters thereof;
the threshold value obtaining module 3 is configured to determine a message number threshold value and a timeout time threshold value of the at least two service messages according to the message parameter and the interrupt merging parameter;
And the triggering processing module 4 is used for carrying out interrupt merging processing on the messages of the at least one queue according to the message quantity threshold and the overtime time threshold of the at least two service messages.
In some embodiments, the message parameters include a message protocol type, a source port number, a destination port number, a source IP address, and a destination IP address, and the service message configuration information is maintained by the host according to an operation command of a user.
In some embodiments, the threshold value obtaining module 3 is specifically configured to:
When receiving the service message of any one queue, matching the message parameters of the at least two service messages with the service message of any one queue, obtaining an interrupt merging parameter corresponding to the matched message parameters, and determining a message quantity threshold and an overtime time threshold of the service message of any one queue according to the interrupt merging parameter.
In some embodiments, the interrupt combining parameter is a priority of the service packet; the higher the priority of the service message, the larger the message quantity offset value and the overtime time offset value corresponding to the service message.
In some embodiments, the threshold value obtaining module 3 is specifically configured to:
Determining a message quantity offset value according to the priority of the service message of any one queue, acquiring a preset basic message quantity, and subtracting the message quantity offset value from the basic message quantity to obtain a message quantity threshold of the service message of any one queue;
and determining an overtime time offset value according to the priority of the service message of any one queue, acquiring a preset basic overtime time, and subtracting the overtime time offset value from the basic overtime time to obtain the overtime time threshold of the service message of any one queue.
It should be noted that, the message processing apparatus according to the present embodiment corresponds to the message processing method according to the foregoing embodiment, so that a portion of the message processing apparatus according to the present embodiment, which is not described in detail, may be obtained by referring to the content of the message processing method according to the foregoing embodiment, and therefore will not be described herein.
Another embodiment of the present invention further provides a DPU device, which includes a processor, a memory, and a computer program stored in the memory and capable of running on the processor, where the processor implements the method for processing a packet according to the foregoing embodiment when executing the computer program.
Wherein the DPU device may also include a bus connecting the different components, including the memory and the processor. The memory may include computer-readable media in the form of volatile memory, such as Random Access Memory (RAM) and/or cache memory. The memory may also include at least one program product having a set (e.g., at least one) of program modules configured to carry out the functions of the embodiments of the application. The DPU device may also communicate with one or more external devices (e.g., keyboard, pointing device, display, etc.), with one or more devices that enable a user to interact with the DPU device, and/or with any device (e.g., network card) that enables the DPU device to communicate with one or more other computing devices, such communication may be through an input/output (I/O) interface, and the DPU device may also communicate with one or more networks (e.g., a Local Area Network (LAN), a Wide Area Network (WAN), and/or a public network, such as the Internet) through a network adapter.
Another embodiment of the present invention further proposes a server, including a host and a DPU device as described in the foregoing embodiment;
the host comprises a host control module and a device management tool;
The equipment management tool is used for interacting with a user and acquiring an operation command of the user;
The host control module is used for maintaining the service message configuration information according to the operation command of the user and issuing a queue enabling notification to the DPU equipment.
It should be noted that, the content of the interaction between the host and the DPU device in this embodiment is already mentioned in the description of the message processing method in the foregoing embodiment, so that the portion of the server in this embodiment that is not described in detail may be obtained from the content of the message processing method in the foregoing embodiment, and therefore, a detailed description thereof is omitted herein.
Another embodiment of the present invention also proposes a computer readable storage medium storing a computer program, which when executed by a processor, implements a method for processing a message as described in the foregoing embodiments.
In particular, the computer-readable storage medium may include: any entity or recording medium, a USB flash disk, a removable hard disk, a magnetic disk, an optical disk, a computer Memory, a Read-Only Memory (ROM), a random access Memory (RAM, random Access Memory), an electrical carrier signal, a telecommunications signal, a software distribution medium, etc. capable of carrying the computer program instructions.
The foregoing description of embodiments of the application has been presented for purposes of illustration and description, and is not intended to be exhaustive or limited to the embodiments disclosed. Many updates and modifications will be apparent to those of ordinary skill in the art without departing from the scope and spirit of the embodiments described. The terminology used herein was chosen in order to best explain the principles of the embodiments, the practical application, or the technical improvements in the marketplace, or to enable others of ordinary skill in the art to understand the embodiments disclosed herein.

Claims (13)

1. A method for processing a message, the method comprising:
Receiving a queue enabling notification of a host, and determining at least one queue capable of being dynamically adjusted according to the queue enabling notification;
Acquiring service message configuration information, wherein the service message configuration information comprises message parameters of at least two service messages and corresponding interrupt merging parameters thereof;
determining a message quantity threshold and a timeout time threshold of the at least two service messages according to the message parameters and the interrupt merging parameters;
And carrying out interrupt merging processing on the service messages of the at least one queue according to the message quantity threshold and the overtime time threshold of the at least two service messages.
2. The method of claim 1, wherein the message parameters include a message protocol type, a source port number, a destination port number, a source IP address, and a destination IP address; and the service message configuration information is maintained by the host according to the operation command of the user.
3. The method according to claim 1, wherein determining the message number threshold and the timeout threshold of the at least two service messages according to the message parameter and the interrupt combining parameter comprises:
When receiving the service message of any one queue, matching the message parameters of the at least two service messages with the service message of any one queue, obtaining an interrupt merging parameter corresponding to the matched message parameters, and determining a message quantity threshold and an overtime time threshold of the service message of any one queue according to the interrupt merging parameter.
4. A method according to claim 3, wherein the interrupt combining parameter is a priority of a service message; the higher the priority of the service message, the larger the message quantity offset value and the overtime time offset value corresponding to the service message.
5. The method of claim 4, wherein determining the message number threshold and the timeout threshold for the traffic message of the any one queue according to the interrupt combining parameter comprises:
Determining a message quantity offset value according to the priority of the service message of any one queue, acquiring a preset basic message quantity, and subtracting the message quantity offset value from the basic message quantity to obtain a message quantity threshold of the service message of any one queue;
and determining an overtime time offset value according to the priority of the service message of any one queue, acquiring a preset basic overtime time, and subtracting the overtime time offset value from the basic overtime time to obtain the overtime time threshold of the service message of any one queue.
6. A message processing apparatus, the apparatus comprising:
the enabling notification module is used for receiving queue enabling notification of the host, and determining at least one queue capable of being dynamically adjusted according to the queue enabling notification;
The configuration acquisition module is used for acquiring service message configuration information, wherein the service message configuration information comprises message parameters of at least two service messages and corresponding interrupt merging parameters thereof;
The threshold value acquisition module is used for determining a message quantity threshold value and a timeout time threshold value of the at least two service messages according to the message parameters and the interrupt merging parameters;
and the triggering processing module is used for carrying out interrupt merging processing on the messages of the at least one queue according to the message quantity threshold value and the overtime time threshold value of the at least two service messages.
7. The apparatus of claim 6, wherein the message parameters include a message protocol type, a source port number, a destination port number, a source IP address, and a destination IP address, and wherein the service message configuration information is maintained by the host according to a user operation command.
8. The apparatus of claim 6, wherein the threshold acquisition module is configured to:
When receiving the service message of any one queue, matching the message parameters of the at least two service messages with the service message of any one queue, obtaining an interrupt merging parameter corresponding to the matched message parameters, and determining a message quantity threshold and an overtime time threshold of the service message of any one queue according to the interrupt merging parameter.
9. The apparatus of claim 8, wherein the interrupt coalescing parameter is a priority of a service message; the higher the priority of the service message, the larger the message quantity offset value and the overtime time offset value corresponding to the service message.
10. The apparatus of claim 9, wherein the threshold acquisition module is specifically configured to:
Determining a message quantity offset value according to the priority of the service message of any one queue, acquiring a preset basic message quantity, and subtracting the message quantity offset value from the basic message quantity to obtain a message quantity threshold of the service message of any one queue;
and determining an overtime time offset value according to the priority of the service message of any one queue, acquiring a preset basic overtime time, and subtracting the overtime time offset value from the basic overtime time to obtain the overtime time threshold of the service message of any one queue.
11. A DPU device, comprising a processor, a memory, and a computer program stored on the memory and operable on the processor, the processor implementing the message processing method of any of claims 1-5 when the computer program is executed by the processor.
12. A server comprising a host and the DPU device of claim 11;
the host comprises a host control module and a device management tool;
The equipment management tool is used for interacting with a user and acquiring an operation command of the user;
The host control module is used for maintaining the service message configuration information according to the operation command of the user and issuing a queue enabling notification to the DPU equipment.
13. A computer readable storage medium, wherein the computer readable storage medium stores a computer program, which when executed by a processor, implements the message processing method according to any one of claims 1 to 5.
CN202410425601.0A 2024-04-10 2024-04-10 Message processing method and device, DPU device, server and storage medium Active CN118018410B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202410425601.0A CN118018410B (en) 2024-04-10 2024-04-10 Message processing method and device, DPU device, server and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202410425601.0A CN118018410B (en) 2024-04-10 2024-04-10 Message processing method and device, DPU device, server and storage medium

Publications (2)

Publication Number Publication Date
CN118018410A CN118018410A (en) 2024-05-10
CN118018410B true CN118018410B (en) 2024-06-11

Family

ID=90960407

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202410425601.0A Active CN118018410B (en) 2024-04-10 2024-04-10 Message processing method and device, DPU device, server and storage medium

Country Status (1)

Country Link
CN (1) CN118018410B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101184041A (en) * 2007-12-07 2008-05-21 烽火通信科技股份有限公司 Method for implementing automatic grading bandwidth regulation on multi-service transmission platform
CN101257459A (en) * 2008-04-08 2008-09-03 北京星网锐捷网络技术有限公司 Data packet processing method and device
WO2012068804A1 (en) * 2010-11-25 2012-05-31 中兴通讯股份有限公司 Message processing method and device
WO2021120783A1 (en) * 2019-12-20 2021-06-24 华为技术有限公司 Message processing method and apparatus
WO2023027621A1 (en) * 2021-08-27 2023-03-02 Telefonaktiebolaget Lm Ericsson (Publ) Wireless device, network node, and methods performed thereby for handling a configuration of one or more thresholds

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101184041A (en) * 2007-12-07 2008-05-21 烽火通信科技股份有限公司 Method for implementing automatic grading bandwidth regulation on multi-service transmission platform
CN101257459A (en) * 2008-04-08 2008-09-03 北京星网锐捷网络技术有限公司 Data packet processing method and device
WO2012068804A1 (en) * 2010-11-25 2012-05-31 中兴通讯股份有限公司 Message processing method and device
WO2021120783A1 (en) * 2019-12-20 2021-06-24 华为技术有限公司 Message processing method and apparatus
WO2023027621A1 (en) * 2021-08-27 2023-03-02 Telefonaktiebolaget Lm Ericsson (Publ) Wireless device, network node, and methods performed thereby for handling a configuration of one or more thresholds

Also Published As

Publication number Publication date
CN118018410A (en) 2024-05-10

Similar Documents

Publication Publication Date Title
US11575606B2 (en) Method, apparatus, and system for generating, and processing packets according to, a flow filtering rule
KR101670642B1 (en) System and method for scheduling packet transmission on a client device
US8031729B2 (en) System and method for receive queue provisioning
CN109783227B (en) Task allocation method, device and system and computer readable storage medium
US20020053029A1 (en) Network access control method, network system using the method and apparatuses configuring the system
US20100208589A1 (en) Dynamic rate limiting adjustment
CN101547159B (en) Method and device for preventing network congestion
CN108173938A (en) Server load shunt method and device
CN107592284B (en) Device and method for preventing DoS/DDoS attack
CN113364809B (en) Offloading network data to perform load balancing
KR101524860B1 (en) System for performing data cut-through
CN112565108B (en) Service flow control method, device, equipment and storage medium
CN110392098B (en) Self-adaptive virtual desktop transmission method and device
CN114157603A (en) Congestion control method, device, equipment and storage medium
CN112165435A (en) Bidirectional flow control method and system based on network service quality of virtual machine
US20100262679A1 (en) Method and system for checking automatically connectivity status of an ip link on ip network
CN118018410B (en) Message processing method and device, DPU device, server and storage medium
WO2023125380A1 (en) Data management method and corresponding apparatus
JP2002091910A (en) Web server request classification system for classifying request based on user behavior and prediction
CN113765796A (en) Flow forwarding control method and device
CN109379227B (en) Policy management method and device and communication system
CN117478619A (en) Intelligent normal distribution type QoS queue scheduling method
CN115914288B (en) Message transmission method and device, storage medium and electronic device
CN114553778B (en) Heartbeat control method and device, storage medium and electronic equipment
EP4075741A1 (en) Method and apparatus for acquiring forwarding information

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant