CN106201753B - Method and system for processing PCIE errors in linux - Google Patents

Method and system for processing PCIE errors in linux Download PDF

Info

Publication number
CN106201753B
CN106201753B CN201610494472.6A CN201610494472A CN106201753B CN 106201753 B CN106201753 B CN 106201753B CN 201610494472 A CN201610494472 A CN 201610494472A CN 106201753 B CN106201753 B CN 106201753B
Authority
CN
China
Prior art keywords
event
pcie
error
occurrence frequency
format
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
CN201610494472.6A
Other languages
Chinese (zh)
Other versions
CN106201753A (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.)
Suzhou Wave Intelligent Technology Co Ltd
Original Assignee
Suzhou Wave Intelligent Technology 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 Suzhou Wave Intelligent Technology Co Ltd filed Critical Suzhou Wave Intelligent Technology Co Ltd
Priority to CN201610494472.6A priority Critical patent/CN106201753B/en
Publication of CN106201753A publication Critical patent/CN106201753A/en
Application granted granted Critical
Publication of CN106201753B publication Critical patent/CN106201753B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/0703Error or fault processing not based on redundancy, i.e. by taking additional measures to deal with the error or fault not making use of redundancy in operation, in hardware, or in data representation
    • G06F11/0751Error or fault detection not based on redundancy
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2205Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested
    • G06F11/221Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing using arrangements specific to the hardware being tested to test buses, lines or interfaces, e.g. stuck-at or open line faults

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Quality & Reliability (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Hardware Design (AREA)
  • Debugging And Monitoring (AREA)

Abstract

The invention discloses a processing method and a system based on PCIE errors in linux, which comprises the following steps: counting the occurrence frequency of each event type of each error event in a PCIE event source; if the event type with the occurrence frequency larger than N is detected to exist in the first preset time, marking the error event corresponding to the event type with the occurrence frequency larger than N as a PCIE fault format event; wherein N is a positive integer; if the event type of the PCIE fault format event is judged to be an uncorrectable error, resetting a PCIE link corresponding to the PCIE fault format event; therefore, in the embodiment, the error events in the PCIE event source are classified and counted, and corresponding processing is performed in parallel, so that the correct processing of the PCIE error events in linux is ensured, and the unreliability of the system due to PCIE faults is reduced.

Description

Method and system for processing PCIE errors in linux
Technical Field
The invention relates to the technical field of error diagnosis, in particular to a processing method and a system based on PCIE errors in linux.
Background
With the progress of the times, the rapid development of the internet and the improvement of the living standard of people, computers become an indispensable part of people, and the computers cannot be separated from work, study and life, store important data and can perform complex calculation. The PCIE bus in the computer is used as an I/O interface to provide various services, and the PCIE bus has the characteristics of high performance and high bandwidth, and can provide network services, storage services, and the like. Therefore, the reliability of the PCIE bus is an important link of the reliability of the computer system. A PCIE error or failure may cause the system to fail to provide reliable service.
Therefore, how to handle a PCIE error event is a problem that needs to be solved by those skilled in the art, so as to avoid that a system cannot provide reliable service due to a PCIE error or failure.
Disclosure of Invention
The invention aims to provide a processing method and a system based on PCIE errors in linux, so as to process PCIE error events and avoid the problem that the system cannot provide reliable service due to errors or faults of the PCIE.
In order to achieve the above purpose, the embodiment of the present invention provides the following technical solutions:
a processing method based on PCIE errors in linux comprises the following steps:
counting the occurrence frequency of each event type of each error event in a PCIE event source;
if the event type with the occurrence frequency larger than N is detected to exist in the first preset time, marking the error event corresponding to the event type with the occurrence frequency larger than N as a PCIE fault format event; wherein N is a positive integer;
if the event type of the PCIE fault format event is judged to be an uncorrectable error, resetting a PCIE link corresponding to the PCIE fault format event.
Wherein, if the PCIE failure format event is an uncorrectable error, the processing method further includes:
judging whether the target equipment corresponding to the PCIE fault format event is the lowest-level equipment or not;
if yes, determining superior equipment connected with the target equipment, and resetting a link between the target equipment and the superior equipment.
The counting the occurrence frequency of the event type of each error event in the PCIE event source includes:
and triggering a timer to start timing, sequentially analyzing the event types of the error events in the PCIE event source, and recording the occurrence times of the error events of the same event type to a corresponding counter.
If it is detected that an event type with the occurrence frequency greater than N exists within the first preset time, marking an error event corresponding to the event type with the occurrence frequency greater than N as a PCIE failure format event, including:
detecting whether the timing duration of the timer is a first preset duration or not in real time;
if yes, detecting whether an event type with occurrence frequency more than N times exists in the counter;
and if so, marking the error event corresponding to the event type with the occurrence frequency more than N times as a PCIE fault format event.
When the timing duration of the timer is a first preset duration and a second preset duration is set, the counting is triggered again, the counting is cleared and the timing is started, and the counter is triggered again to be cleared and the counting is started.
If it is detected that an event type with the occurrence frequency greater than N exists within a first preset time period, marking an error event corresponding to the event type with the occurrence frequency greater than N as a PCIE fault format event, including:
and marking error events corresponding to the event types with the occurrence frequency more than 3 in 24 hours as PCIE fault format events.
Wherein, still include:
and generating a log file corresponding to the PCIE fault format event.
A processing system based on PCIE errors in linux comprises:
the statistic module is used for counting the occurrence frequency of the event type of each error event in the PCIE event source;
the detection module is used for detecting that an event type with the occurrence frequency greater than N exists in a first preset time length, and marking an error event corresponding to the event type with the occurrence frequency greater than N as a PCIE fault format event; wherein N is a positive integer;
and the link resetting module is used for resetting the PCIE link corresponding to the PCIE failure format event when the event type of the PCIE failure format event is judged to be an uncorrectable error.
Wherein, still include:
the device level judgment module is used for judging whether the target device corresponding to the PCIE fault format event is the lowest-level device or not; if yes, triggering a superior equipment determining module;
and the superior device determining module is used for determining superior devices connected with the target device and resetting a link between the target device and the superior devices through the executing module.
Wherein, still include:
and the log file generation module is used for generating a log file corresponding to the PCIE fault format event.
As can be seen from the above solutions, a processing method based on PCIE errors in linux provided in an embodiment of the present invention includes: counting the occurrence frequency of each event type of each error event in a PCIE event source; if the event type with the occurrence frequency larger than N is detected to exist in the first preset time, marking the error event corresponding to the event type with the occurrence frequency larger than N as a PCIE fault format event; wherein N is a positive integer; if the event type of the PCIE fault format event is judged to be an uncorrectable error, resetting a PCIE link corresponding to the PCIE fault format event; therefore, in the embodiment, the error events in the PCIE event source are classified and counted, and corresponding processing is performed in parallel, so that the PCIE error events in linux are correctly processed, and the unreliability of the system due to PCIE faults is reduced; the invention also discloses a processing system based on the PCIE error in linux, and the technical effect can be realized.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
Fig. 1 is a schematic flow chart of a processing method based on PCIE errors in linux according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of a processing system based on PCIE errors in linux according to an embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The embodiment of the invention discloses a method and a system for processing PCIE errors in linux, which are used for processing PCIE error events and avoiding the problem that the system cannot provide reliable service due to errors or faults of the PCIE.
Referring to fig. 1, a method for processing a PCIE error based on linux provided in an embodiment of the present invention includes:
s101, counting the occurrence frequency of each event type of each error event in a PCIE event source;
the counting of the occurrence frequency of the event type of each error event in the PCIE event source includes:
and triggering a timer to start timing, sequentially analyzing the event types of the error events in the PCIE event source, and recording the occurrence times of the error events of the same event type to a corresponding counter.
Specifically, in this embodiment, the occurrence number of each event type needs to be counted; the statistics of the occurrence number of each event type are as follows: the number of occurrences of the same type is recorded, for example: if the event types of the error events in the PCIE event source are sequentially analyzed as follows: m, N, N, N, C, C, C, C, K; the number of occurrences of each event type is: the number of M occurrences was 1, the number of N occurrences was 3, the number of C occurrences was 4, and the number of K occurrences was 1.
S102, if the event type with the occurrence frequency larger than N is detected to exist in the first preset time, marking the error event corresponding to the event type with the occurrence frequency larger than N as a PCIE fault format event; wherein N is a positive integer;
if it is detected that an event type with the occurrence frequency greater than N exists within the first preset time, marking an error event corresponding to the event type with the occurrence frequency greater than N as a PCIE failure format event, including:
detecting whether the timing duration of the timer is a first preset duration or not in real time;
if yes, detecting whether an event type with occurrence frequency more than N times exists in the counter;
and if so, marking the error event corresponding to the event type with the occurrence frequency more than N times as a PCIE fault format event.
Specifically, in this embodiment, the diagnosis is performed according to the error event in the PCIE event source, the diagnosis principle is to perform analysis according to a rule, where the rule indicates that a fault occurs if the same event occurs N times within a certain time T, and then the error information event is marked as a PCIE fault format event.
If it is detected that an event type with the occurrence frequency greater than N exists within a first predetermined time, marking an error event corresponding to the event type with the occurrence frequency greater than N as a PCIE failure format event, including:
and marking error events corresponding to the event types with the occurrence frequency more than 3 in 24 hours as PCIE fault format events.
It is understood that the optimal principle is as follows: iodine series, i.p. pie { N ═ 3, T ═ 24 hours }; that is, the number of occurrences of a certain type of event in 24 hours is 3
For example, in the above-described example, M is 1, N is 3, C is 4, and K is 1, i.e., the number of occurrences of different event types within 24 hours; if N is set to be 3, it can be seen that, only if the number of occurrences of the error event with the event type C is greater than 3, the error event with the event type C is marked as a PCIE failure format event.
When the timing duration of the timer is a first preset duration and a second preset duration is set, the counting is triggered again, the counting is cleared and the timing is started, and the counter is triggered again to be cleared and the counting is started.
It can be understood that, in this embodiment, after detecting that the first predetermined time period is T, the detection may be performed after stopping the second predetermined time period, where the second predetermined time period may be set by itself; for example: if the time interval is desired to be small, the second predetermined period of time is set to 15s, and if the time interval is desired to be long, the predetermined period of time may be set to 1 hour.
S103, if the event type of the PCIE fault format event is judged to be an uncorrectable error, resetting the PCIE link corresponding to the PCIE fault format event.
Specifically, if the PCIE failure format event is an uncorrectable error, the processing method further includes:
judging whether the target equipment corresponding to the PCIE fault format event is the lowest-level equipment or not;
if yes, determining superior equipment connected with the target equipment, and resetting a link between the target equipment and the superior equipment.
Specifically, in the present embodiment, it is determined whether the error is a fatal error according to the event type, and the fatal error is understood as not correcting the error; if so, the PCIE link is reset. And according to the position of the bit, if the device at the bottom level has errors, the upper level device link connected with the devices is also reset; if not, the error can be corrected, the working state of the message sending source is checked, and finally the error of each device is cleared.
Based on the above technical scheme, this scheme still includes:
and generating a log file corresponding to the PCIE fault format event.
Specifically, for example, specific information of a failure occurring in a PCIE link is clearly known, and a log file corresponding to a PCIE failure format event is generated; the log file at least comprises the event type, the event occurrence frequency, the event occurrence time, the event processing and other detailed information.
In the following, a processing system provided by an embodiment of the present invention is introduced, and the processing system described below and the processing method described above may be referred to each other.
Referring to fig. 2, a system for processing a PCIE error in linux according to an embodiment of the present invention includes:
a counting module 100, configured to count occurrence times of event types of each error event in a PCIE event source;
a detecting module 200, configured to detect that an event type with occurrence times greater than N exists within a first predetermined duration, and mark an error event corresponding to the event type with occurrence times greater than N as a PCIE fault format event; wherein N is a positive integer;
the link resetting module 300 is configured to reset a PCIE link corresponding to the PCIE failure format event when it is determined that the event type of the PCIE failure format event is an uncorrectable error.
Based on the above technical scheme, this scheme still includes:
the device level judgment module is used for judging whether the target device corresponding to the PCIE fault format event is the lowest-level device or not; if yes, triggering a superior equipment determining module;
and the superior device determining module is used for determining superior devices connected with the target device and resetting a link between the target device and the superior devices through the executing module.
Based on the above technical solution, the statistics module includes:
the timing module is used for triggering a timer to start timing;
and the counting module is used for counting the occurrence frequency of each event type and recording the occurrence frequency to a corresponding counter.
Based on the above technical scheme, this scheme still includes:
and the log file generation module is used for generating a log file corresponding to the PCIE fault format event.
The embodiment of the invention provides a processing method based on PCIE errors in linux, which comprises the following steps: counting the occurrence frequency of each event type of each error event in a PCIE event source; if the event type with the occurrence frequency larger than N is detected to exist in the first preset time, marking the error event corresponding to the event type with the occurrence frequency larger than N as a PCIE fault format event; wherein N is a positive integer; if the event type of the PCIE fault format event is judged to be an uncorrectable error, resetting a PCIE link corresponding to the PCIE fault format event; therefore, in the embodiment, the error events in the PCIE event source are classified and counted, and corresponding processing is performed in parallel, so that the PCIE error events in linux are correctly processed, and the unreliability of the system due to PCIE faults is reduced; the invention also discloses a processing system based on the PCIE error in linux, and the technical effect can be realized.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (7)

1. A processing method based on PCIE errors in linux is characterized by comprising the following steps:
counting the occurrence frequency of each event type of each error event in a PCIE event source;
if the event type with the occurrence frequency larger than N is detected to exist in the first preset time, marking the error event corresponding to the event type with the occurrence frequency larger than N as a PCIE fault format event; wherein N is a positive integer;
if the event type of the PCIE fault format event is judged to be an uncorrectable error, resetting a PCIE link corresponding to the PCIE fault format event;
the counting the occurrence frequency of the event type of each error event in the PCIE event source includes: triggering a timer to start timing, sequentially analyzing the event types of the error events in the PCIE event source, and recording the occurrence times of the error events of the same event type to a corresponding counter;
if it is detected that an event type with the occurrence frequency greater than N exists within the first preset time, marking an error event corresponding to the event type with the occurrence frequency greater than N as a PCIE failure format event, including:
detecting whether the timing duration of the timer is a first preset duration or not in real time; if yes, detecting whether an event type with occurrence frequency more than N times exists in the counter; if yes, marking the error event corresponding to the event type with the occurrence frequency more than N times as a PCIE fault format event; when the timing duration of the timer is a first preset duration and a second preset duration is set, the timer is triggered to be cleared and starts to time again, and the counter is triggered to be cleared and starts to count again.
2. The processing method of claim 1, wherein if the PCIE failure format event is an uncorrectable error, the processing method further comprises:
judging whether the target equipment corresponding to the PCIE fault format event is the lowest-level equipment or not;
if yes, determining superior equipment connected with the target equipment, and resetting a link between the target equipment and the superior equipment.
3. The processing method according to claim 2, wherein if it is detected that there is an event type whose occurrence frequency is greater than N within a first predetermined time period, marking an error event corresponding to the event type whose occurrence frequency is greater than N as a PCIE failure format event, includes:
and marking error events corresponding to the event types with the occurrence frequency more than 3 in 24 hours as PCIE fault format events.
4. The processing method of claim 3, further comprising:
and generating a log file corresponding to the PCIE fault format event.
5. A processing system based on PCIE errors in linux is characterized by comprising:
the statistic module is used for counting the occurrence frequency of the event type of each error event in the PCIE event source;
the detection module is used for detecting that an event type with the occurrence frequency greater than N exists in a first preset time length, and marking an error event corresponding to the event type with the occurrence frequency greater than N as a PCIE fault format event; wherein N is a positive integer;
a link resetting module, configured to reset a PCIE link corresponding to the PCIE failure format event when it is determined that the event type of the PCIE failure format event is an uncorrectable error;
wherein the statistics module is specifically configured to: triggering a timer to start timing, sequentially analyzing the event types of the error events in the PCIE event source, and recording the occurrence times of the error events of the same event type to a corresponding counter;
wherein, the detection module is specifically configured to:
detecting whether the timing duration of the timer is a first preset duration or not in real time; if yes, detecting whether an event type with occurrence frequency more than N times exists in the counter; if yes, marking the error event corresponding to the event type with the occurrence frequency more than N times as a PCIE fault format event; when the timing duration of the timer is a first preset duration and a second preset duration is set, the timer is triggered to be cleared and starts to time again, and the counter is triggered to be cleared and starts to count again.
6. The processing system of claim 5, further comprising:
the device level judgment module is used for judging whether the target device corresponding to the PCIE fault format event is the lowest-level device or not; if yes, triggering a superior equipment determining module;
and the superior device determining module is used for determining superior devices connected with the target device and resetting a link between the target device and the superior devices through the executing module.
7. The processing system of claim 6, further comprising:
and the log file generation module is used for generating a log file corresponding to the PCIE fault format event.
CN201610494472.6A 2016-06-28 2016-06-28 Method and system for processing PCIE errors in linux Active CN106201753B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610494472.6A CN106201753B (en) 2016-06-28 2016-06-28 Method and system for processing PCIE errors in linux

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610494472.6A CN106201753B (en) 2016-06-28 2016-06-28 Method and system for processing PCIE errors in linux

Publications (2)

Publication Number Publication Date
CN106201753A CN106201753A (en) 2016-12-07
CN106201753B true CN106201753B (en) 2019-12-31

Family

ID=57462312

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610494472.6A Active CN106201753B (en) 2016-06-28 2016-06-28 Method and system for processing PCIE errors in linux

Country Status (1)

Country Link
CN (1) CN106201753B (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107077408A (en) * 2016-12-05 2017-08-18 华为技术有限公司 Method, computer system, baseboard management controller and the system of troubleshooting
CN108228374B (en) * 2017-12-28 2021-08-20 华为技术有限公司 Equipment fault processing method, device and system
CN109710501B (en) * 2018-12-18 2021-10-29 郑州云海信息技术有限公司 Method and system for detecting data transmission stability of server
CN112256539B (en) * 2020-09-18 2022-07-19 苏州浪潮智能科技有限公司 PCIE link error statistical method, device, terminal and storage medium

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102523137A (en) * 2011-12-22 2012-06-27 华为技术服务有限公司 Fault monitoring method, device and system
CN105205021A (en) * 2015-09-11 2015-12-30 华为技术有限公司 Method and device for disconnecting link between PCIe (peripheral component interface express) equipment and host computer

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7836352B2 (en) * 2006-06-30 2010-11-16 Intel Corporation Method and apparatus for improving high availability in a PCI express link through predictive failure analysis
CN103001998A (en) * 2011-12-19 2013-03-27 深圳市安云信息科技有限公司 FC-SAN (fiber channel-storage area network) storage system and method for improving stability of fiber channel

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102523137A (en) * 2011-12-22 2012-06-27 华为技术服务有限公司 Fault monitoring method, device and system
CN105205021A (en) * 2015-09-11 2015-12-30 华为技术有限公司 Method and device for disconnecting link between PCIe (peripheral component interface express) equipment and host computer

Also Published As

Publication number Publication date
CN106201753A (en) 2016-12-07

Similar Documents

Publication Publication Date Title
US10353763B2 (en) Fault processing method, related apparatus, and computer
KR102146173B1 (en) Service call information processing method and device
CN106201753B (en) Method and system for processing PCIE errors in linux
US10430260B2 (en) Troubleshooting method, computer system, baseboard management controller, and system
CN105117301B (en) A kind of method and device of memory early warning
CN110008090B (en) Method and device for monitoring memory errors and computer readable storage medium
US20030084376A1 (en) Software crash event analysis method and system
US20150142385A1 (en) Determination method, determination apparatus, and recording medium
CN115981898A (en) Error-correctable error processing method, device and equipment for memory and readable storage medium
WO2015034619A1 (en) Rootkit detection in a computer network
US9455940B2 (en) Information processing apparatus and information processing method
WO2018103185A1 (en) Fault processing method, computer system, baseboard management controller and system
CN110489260A (en) Fault recognition method, device and BMC
KR101619691B1 (en) Method and system for analyzing program error
US9690639B2 (en) Failure detecting apparatus and failure detecting method using patterns indicating occurrences of failures
CN111413952A (en) Robot fault detection method and device, electronic equipment and readable storage medium
CN114610560B (en) System abnormality monitoring method, device and storage medium
CN113221096A (en) Method and system for analyzing correlation of random events in chaotic engineering
CN105893190A (en) Diagnosis processing method and system for multi-path IO errors
CN113254313A (en) Monitoring index abnormality detection method and device, electronic equipment and storage medium
CN112395155A (en) Service monitoring method and device, storage medium and electronic device
CN112787883A (en) Method, device and equipment for detecting NAT (network Address translation) fault of equipment
CN106201750A (en) A kind of processing method and processing device based on linux EMS memory error
CN114385387B (en) Access information generation method and device and computer equipment
CN117149490A (en) Method, device, equipment and storage medium for early warning of memory faults of server

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20191119

Address after: 215100 No. 1 Guanpu Road, Guoxiang Street, Wuzhong Economic Development Zone, Suzhou City, Jiangsu Province

Applicant after: Suzhou Wave Intelligent Technology Co., Ltd.

Address before: 100085 Beijing, Haidian District on the road to information on the ground floor, building 2-1, No. 1, C

Applicant before: Tide (Beijing) Electronic Information Industry Co., Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant